@sipemu/anofox-forecast 0.7.6 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/anofox_forecast_js.d.ts
CHANGED
|
@@ -2663,6 +2663,7 @@ export interface InitOutput {
|
|
|
2663
2663
|
readonly __wbg_tbatsforecaster_free: (a: number, b: number) => void;
|
|
2664
2664
|
readonly __wbg_thetaforecaster_free: (a: number, b: number) => void;
|
|
2665
2665
|
readonly __wbg_timeseries_free: (a: number, b: number) => void;
|
|
2666
|
+
readonly __wbg_tsbforecaster_free: (a: number, b: number) => void;
|
|
2666
2667
|
readonly __wbg_varforecaster_free: (a: number, b: number) => void;
|
|
2667
2668
|
readonly absEnergy: (a: number, b: number) => number;
|
|
2668
2669
|
readonly absoluteMaximum: (a: number, b: number) => number;
|
|
@@ -3171,7 +3172,6 @@ export interface InitOutput {
|
|
|
3171
3172
|
readonly windowaverageforecaster_predict: (a: number, b: number) => [number, number, number];
|
|
3172
3173
|
readonly tbatsforecaster_withSeasonalPeriods: (a: number, b: number) => number;
|
|
3173
3174
|
readonly __wbg_smaforecaster_free: (a: number, b: number) => void;
|
|
3174
|
-
readonly __wbg_tsbforecaster_free: (a: number, b: number) => void;
|
|
3175
3175
|
readonly __wbg_windowaverageforecaster_free: (a: number, b: number) => void;
|
|
3176
3176
|
readonly __wbg_jsconformalresult_free: (a: number, b: number) => void;
|
|
3177
3177
|
readonly __wbg_jsnormalpredictor_free: (a: number, b: number) => void;
|
|
Binary file
|