ARSeasonalFitGetSInitial Method |
Returns the candidate values for s to evaluate.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[,] GetSInitial()
Public Function GetSInitial As Integer(,)
public:
array<int,2>^ GetSInitial()
member GetSInitial : unit -> int[,]
Return Value
Type:
Int32
An
int matrix containing the candidate values for
s to evaluate.
See Also