TOMLAB OPTIMIZATION ENVIRONMENT: stepexp

   

stepexp

Purpose

For solving exponential fitting problem.

Syntax

   stepexp(Name, t, y, wType, pInit, pEnd, SepAlg);

Description

Stepwise solve exponential fitting problems.

stepexp calls both clsSolve and NLSSOL (if license is available)

Input Parameters

 Name    Name of the problem
 t       Time steps t
 y       Observations y 
 wType   Weight type, 1 weight with data, 0 no weighting
 pInit   First p (number of exponential terms)
 pEnd    Last p  (number of exponential terms)
 SepAlg  If true, use separable nonlinear least squares

  StatLS   systest