Menu

SVN archive Commit Log


Commit Date  
[r27569] by bugman

Implementation of the statistics.aic user function.

This is very similar to the statistics.model user function - the code was copied and only slightly
modified. The new user function will calculate the current chi-squared value per model, obtain the
model statistics, calculate the AIC value per model, and store the AIC value, chi-squared value and
number of parameters in the appropriate location for the model in the relax data store.

2015-02-05 18:26:32 Tree
[r27568] by bugman

Fix for the N_state_model.test_statistics system test.

The deselected spins and interatomic data containers are now taken into account for the RDC and PCS
data point counts.

2015-02-05 18:14:41 Tree
[r27567] by bugman

Fixes for the N-state model num_data_points() function.

The deselected interatomic data containers are no longer used for counting RDC data. And the
skipping of deselected spin containers for the PCS is now via the spin_loop() skip_desel argument.

2015-02-05 18:12:57 Tree
[r27566] by bugman

More fixes for the PCS count printout from the pipe_control.pcs.return_pcs_data() function.

The check for None values was incorrect.

2015-02-05 18:10:44 Tree
[r27565] by bugman

More fixes for the RDC and PCS count printouts from the corresponding data assembly functions.

Sometimes the RDC or PCS value could be present as None. This is now detected and the count is not
incremented.

2015-02-05 18:04:32 Tree
[r27564] by bugman

Fixes for the printout from the pipe_control.rdc.return_rdc_data() function.

The number of RDCs printed out was including values of None when data was missing for one alignment.
These values of None are no longer counted.

2015-02-05 17:58:43 Tree
[r27563] by bugman

Fixes for the printout from the pipe_control.pcs.return_pcs_data() function.

The number of PCSs printed out was including values of None when data was missing for one alignment.
These values of None are no longer counted.

2015-02-05 17:58:26 Tree
[r27562] by bugman

Updated the N-state model num_data_points() function to use more modern integer incrementation.

2015-02-05 17:51:10 Tree
[r27561] by bugman

Big bug fix for the N-state model num_data_points() function.

This is from the specific_analyses.n_state_model.data module. This code was very much out of date.
It was expecting an ancient behaviour where the spin container 'pcs' variable and interatomic data
container 'rdc' where lists of floats. However these were converted many years ago to dictionaries
with keys set to the alignment IDs. The result was that no RDCs nor PCSs were counted as a base
data point, so the function would in most cases return a value of zero.

2015-02-05 17:47:41 Tree
[r27560] by bugman

Expanded the printouts from the statistics.model user function to include the statistics.

2015-02-05 17:38:43 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.