DrPaulBrewer / single-market-robot-simulator-viz-plotly

middleware for generating charts with plotly from single-market-robot-simulator simulation logs
Other
1 stars 0 forks source link

Create comparison chart for mean trade price with error bars #16

Closed DrPaulBrewer closed 4 years ago

DrPaulBrewer commented 4 years ago

Although charts exist for the entire trade distribution, it is often too much information.

DrPaulBrewer commented 4 years ago

Working draft complete.

DrPaulBrewer commented 4 years ago

The Standard Error of the Mean often estimated and also estimated here as SAMPLESTDEV/SQRT(N) is correct for data that are independent and identically distributed and clearly invalid for time series data with serial correlation. Market prices are not iid, so we should not try to estimate the standard error of the mean.