fnassembleContinuousMRF
| initialValue : | Real (pass by const reference) |
| The first value in the MRF. | |
| increments : | Real[] (pass by const reference) |
| The increments of the process, assumed to be on the log-scale. | |
| beta : | Real (pass by const reference) |
| The correlation coefficient for the predictor variables. | |
| Default : 0 | |
| predictors : | Real[] (pass by const reference) |
| The predictor variables, assumed to be. | |
| Default : NULL | |
| initialValueIsLogScale : | Bool (pass by value) |
| Is valueInitial on the log-scale, like the increments? | |
| order : | Natural (pass by value) |
| The order of the MRF (1 or 2). |