Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
compute-incrmmean
Provides a method to compute a moving arithmetic mean incrementally.
@stdlib/stats-incr-mmean
Compute a moving arithmetic mean incrementally.
compute-mmean
Computes a moving arithmetic mean over an array.
@stdlib/stats-incr-mmeanabs
Compute a moving arithmetic mean of absolute values incrementally.
@stdlib/stats-incr-mgmean
Compute a moving geometric mean incrementally.
@stdlib/stats-incr-mhmean
Compute a moving harmonic mean incrementally.
@stdlib/stats-incr-mmda
Compute a moving mean directional accuracy (MDA) incrementally.
@stdlib/stats-incr-mme
Compute a moving mean error (ME) incrementally.
@stdlib/stats-incr-mmeanabs2
Compute a moving arithmetic mean of squared absolute values incrementally.
@stdlib/stats-incr-mmpe
Compute a moving mean percentage error (MPE) incrementally.
@stdlib/stats-incr-mmae
Compute a moving mean absolute error (MAE) incrementally.
@stdlib/stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
@stdlib/stats-incr-mvmr
Compute a moving variance-to-mean ratio (VMR) incrementally.
@stdlib/stats-incr-mrmse
Compute a moving root mean squared error (RMSE) incrementally.
@stdlib/stats-incr-mmaape
Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.
@stdlib/stats-incr-mmse
Compute a moving mean squared error (MSE) incrementally.
@stdlib/stats-incr-mmape
Compute a moving mean absolute percentage error (MAPE) incrementally.
@stdlib/stats-incr-mmeanstdev
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
@stdlib/stats-iter-mmean
Create an iterator which iteratively computes a moving arithmetic mean.
@stdlib/stats-iter-mmeanabs
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.