TABLE OF CONTENTS


/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