WebCab Probability and Statistics for Delphi (.NET) v3.6

FactorModel.GetValueAt Method 

Returns an array where the k-th term is the value of the k-th term set within the Factor Model evaluated at the point evaluationPoint.

public double[] GetValueAt(
   double evaluationPoint
);

Parameters

evaluationPoint
The point at which each of the basis functions within the Factor Model are evaluated.

See Also

FactorModel Class | WebCab.Libraries.Statistics.CurveFitting Namespace