powered by
stdDeviations(n, t2)
groupseq
## simple example stdDeviations(3, c(0.33,0.66,1.0)) ## with following result: # $standardDeviation # [1] 0.5744563 0.5744563 0.5830952 # # $stdvOfTheProcess # [1] 0.5744563 0.8124038 1.0000000
Run the code above in your browser using DataLab