allToTest {GPoM}R Documentation

A list providing the description of six models tested by the function autoGPoMoTest.

Description

List of 6 models available for tests (by autoGPoMoTest). Each model ($mToTest1, $mToTest2, etc.) is provided as a matrix of dimension 10 * 3. Each column corresponds to one equation. The order of the coefficients follows the conventions defined by poLabs(nVar = 3, dMax = 2).

Usage

allToTest

Format

An object of class list of length 6.

Author(s)

Sylvain Mangiarotti, Mireille Huc

Examples

###########
# example #
###########
data("allToTest")
# 6 models are available in this list:
names(allToTest)
# The parameter of their formulation (nVar and dMax)
# can be retrieved:
nVar <- dim(allToTest$mToTest6)[2]
dMax <- p2dMax(nVar = 3, pMaxKnown = dim(allToTest$mToTest6)[1])
# Their equation can be edited as follows:
visuEq(allToTest$mToTest6, nVar, dMax, approx = 2)


[Package GPoM version 1.4 Index]