TABLE OF CONTENTS
- 1. /01structures
- 1.1. 01structures/CCurve
- 1.2. 01structures/CHistory
- 1.3. 01structures/CRegression
- 1.4. 01structures/RCurve
- 1.5. 01structures/RHistory
- 1.6. 01structures/RRegression
/01structures [ Modules ]
NAME
01structures --- data structures used
FUNCTION
The R and C implementations of this routine use particular data structures to contain curves, regression information and estimation history, which are documented here
CONTENTS
CCurve --- structure to store a curve in C CHistory --- structure to store MCMC history in C CRegression --- structure to store regression information in C RCurve --- structure to store a curve in R RHistory --- structure to store MCMC history in R RRegression --- structure to store regression information in R