LinearModelTToString(String, IFormatProvider) Method |
Gets the string representation of the autoregressive model.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic string ToString(
string? format,
IFormatProvider? provider
)
Parameters
- format String
- A format specifier.
- provider IFormatProvider
- Supplies culture-specific formatting information.
Return Value
StringThe calculated lineal combination, and the R² statistics.
Implements
IFormattableToString(String, IFormatProvider)
See Also