Update coefficient object values from pool object.
Copies coefficients from the pool into the appropriate coefficient vector.
Syntax
pool_name.updatecoef
Follow the name of the pool object by a period and the keyword updatecoef.
Examples
pool1.ls y? c x1? x2? x3?
pool2.ls z? c z1? z2? z3?
pool1.updatecoef
places the coefficients from pool1 in the default coefficient vector C.
Cross-references