Garch Model.From Json Method
Reconstructs a fitted GarchModel from a JSON string.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
A reconstructed fitted model instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public static GarchModel FromJson(
string json
)Parameters
- json String
- The JSON string representation of the model.
Return Value
GarchModelA reconstructed fitted model instance.
Exceptions
| Argument | Thrown if json is null. |
| Invalid | Thrown if the JSON is invalid or has an unexpected model type. |