data manipulation: increase standard deviation
Mostrar comentarios más antiguos
Hello,
how do I increase the volatility (standard deviation) of a dataset (e.g., hourly price data)?
This is how this could look like.

Respuestas (1)
Rajani Mishra
el 13 de Abr. de 2020
0 votos
Standard Deviation gives an estimate of the size of a typical deviation from the mean. Low Standard deviation means data points are closer to mean, Whereas High Standard deviation indicates higher deviation.
For increasing standard deviation, you can try below steps:
- Compute mean of the data set
- Increase Values greater than the mean
- Decrease Values lesser than the mean
This would increase the deviation of all points from the mean and hence increase the Standard Deviation.
1 comentario
Jon Jae
el 13 de Abr. de 2020
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!