AUSTRA
C#
Show/Hide TOC
ARModel
T
To
String(String, IFormat
Provider) Method
Gets the string representation of the autoregressive model.
Definition
Namespace:
Austra.Library
Assembly:
Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
Copy
public
string
ToString
(
string
?
format
,
IFormatProvider
?
provider
)
Parameters
format
String
A format specifier.
provider
IFormatProvider
Supplies culture-specific formatting information.
Return Value
String
Regression coefficients and goodness of fit.
Implements
IFormattable
ToString(String, IFormatProvider)
See Also
Reference
ARModel
T
Class
ToString Overload
Austra.Library Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also