Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

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

NI_statistic::NI_BASIC_PARTS
 

Definition at line 744 of file niml.h.

NI_struct** NI_statistic::param
 

Definition at line 747 of file niml.h.

Referenced by NI_free_struct().

NI_index_t NI_statistic::param_num
 

Definition at line 746 of file niml.h.

Referenced by NI_free_struct().

int NI_statistic::statcode
 

Definition at line 745 of file niml.h.


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: