UNPKG
@cran/lib.vue.ref
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Vue Reactivity Extensions
@cran/lib.vue.ref
/
src
/
statistics
/
index.ts
7 lines
(4 loc)
•
203 B
text/typescript
View Raw
1
2
3
4
5
6
7
// TODO https://nestedsoftware.com/2018/03/27/calculating-standard-deviation-on-streaming-data-253l.23919.html
export
*
from
"./useStatAvg"
;
export
*
from
"./useStatMax"
;
export
*
from
"./useStatMin"
;