Last chance! 50% off unlimited learning
Sale ends in
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
# get list of names of all functions
RFgetModelNames()
# any kind of positive definite functions
RFgetModelNames(type="positive definite")
# get a list of names of all stationary models
RFgetModelNames(type="positive definite", domain="single variable")
# get a vector of all model names
RFgetModelNames(group.by=NULL)
Run the code above in your browser using DataLab