Click or drag to resize

LinearModelTToString(String, IFormatProvider) Method

Gets the string representation of the autoregressive model.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public string ToString(
	string? format,
	IFormatProvider? provider
)

Parameters

format  String
A format specifier.
provider  IFormatProvider
Supplies culture-specific formatting information.

Return Value

String
The calculated lineal combination, and the R² statistics.

Implements

IFormattableToString(String, IFormatProvider)
See Also