Doxygen Source Code Documentation
NI_statistic Struct Reference
#include <niml.h>
| Data Fields | |
| NI_BASIC_PARTS | |
| int | statcode | 
| NI_index_t | param_num | 
| NI_struct ** | param | 
Detailed Description
NI struct to hold the definition of a statistical distribution for a NI_vector (call it v):- statcode = one of the NI_STAT_* codes
- param_num = number of parameters for this distribution
- param[i] = parameter i, for i=0..param_num-1:- this will either be a NI_float_one, which means it is constant for all elements of the vector
- OR
- this will be a NI_vector itself, of float type, which means that the i parameter for v[j] is stored in param[i][j]
- for example, you can have an F-statistic with the first DOF param being different for every node and the second DOF param being fixed -----------------------------------------------------------------------------
 
Definition at line 743 of file niml.h.
Field Documentation
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 747 of file niml.h. Referenced by NI_free_struct(). | 
| 
 | 
| 
 Definition at line 746 of file niml.h. Referenced by NI_free_struct(). | 
| 
 | 
| 
 | 
The documentation for this struct was generated from the following file:
 
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
 
 
 
 
       
	   
	   
	   
	  