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+b25929339ea1019e260029cf0ebd18b3a0ce2443
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