#include <math.h>
#include "wu/indicators.h"
Go to the source code of this file.
|
| static double | update (WU_MStDev stdev, double value) |
| static void | delete (struct WU_MStDev_ *stdev) |
| WU_MStDev | wu_mstdev_new (int window_size, int dof) |
| | Creates a new WU_MStDev (Moving Standard Deviation) indicator with the specified window size and degree of freedom.
|
◆ delete()
◆ update()
| double update |
( |
WU_MStDev | stdev, |
|
|
double | value ) |
|
static |
◆ wu_mstdev_new()
| WU_MStDev wu_mstdev_new |
( |
int | window_size, |
|
|
int | dof ) |
Creates a new WU_MStDev (Moving Standard Deviation) indicator with the specified window size and degree of freedom.
Definition at line 17 of file mstdev.c.