Versions in this module Expand all Collapse all v0 v0.0.2 Jun 24, 2025 v0.0.1 Jun 21, 2025 Changes in this version + var MeanAbsoluteError = func(ctx context.Context, validationSet, forecastSet []float64, ...) (float64, int, error) + var MeanAbsolutePercentageError = func(ctx context.Context, validationSet, forecastSet []float64, ...) (float64, int, error) + var RootMeanSquaredError = func(ctx context.Context, validationSet, forecastSet []float64, ...) (float64, int, error) + var SumOfSquaredErrors = func(ctx context.Context, validationSet, forecastSet []float64, ...) (float64, int, error)