Commit | Date | |
---|---|---|
[r27214]
by
tlinnet
Reverted range of commits r27213:r27202 as this was a bad implementation. To get the distribution, one should look at the sum of squares. Then reduced chi2 can be computed. chi2_red = chi2/(n-k) The command used was: Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-17 13:16:50 | Tree |
[r27213]
by
tlinnet
Added 'sos' and 'sos_std' as parameter object in relaxation dispersion. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:20:13 | Tree |
[r27212]
by
tlinnet
Implemented in the relaxation dispersion API, the function to return errors as the standard deviation of sums squared residuals. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:20:11 | Tree |
[r27211]
by
tlinnet
Implemented the api_base method of return_error_sum_squares(), as raising an error if not defined for the api for the pipe_type. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:20:08 | Tree |
[r27210]
by
tlinnet
Extended backend in pipe_control.error_analysis.monte_carlo_create_data() to return errors as the standard deviation of the sum of squares of the residual. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:20:06 | Tree |
[r27209]
by
tlinnet
Extended user function monte_carlo.create_data() to accept 'method="sum_squares"', to create Monte-Carlo data. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:20:04 | Tree |
[r27208]
by
tlinnet
Speed-up of systemtest Relax_disp.test_task_7882_monte_carlo_std_residual() by copying pipe instead of reading results 3 times. Tested creation of Monte-Carlo data, where errors are generated with width of standard deviation or residuals. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:20:01 | Tree |
[r27207]
by
tlinnet
In systemtest Relax_disp.test_task_7882_monte_carlo_std_residual() inserted sanity checks of calculation of degrees of freedom. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:19:58 | Tree |
[r27206]
by
tlinnet
Extracted "sos" and "sos_std" after grid search. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:19:56 | Tree |
[r27205]
by
tlinnet
Added to systemtest Relax_disp.test_task_7882_monte_carlo_std_residual() that spin.sos and spin.sos_std is stored after grid search. Task #7882 (https://gna.org/task/?7882): Implement Monte-Carlo simulation, where errors are generated with width of standard deviation or residuals. |
2015-01-16 22:19:54 | Tree |