d2pMax | R Documentation |
pMax
given dMax
and nVar
Computes the number of polynomial terms pMax
used to formulate an equation given
the maximal polynomial degree dMax
and the number of variables nVar
following the conventions as defined by fuction poLabs
.
d2pMax(nVar, dMaxKnown, dMin = 0)
nVar |
Number of variables considered in the polynomial formulation. |
dMaxKnown |
The maximum polynomial degree |
dMin |
The minimum negative degree of the polynomial formulation (0 by default). |
The number pMax
of polynomial terms used to code
a polynomial equation
Sylvain Mangiarotti
gloMoId
, gPoMo
, poLabs
#############
# Example 1 #
#############
# Maximum polynomial degree ?
# number of variables:
nVar <- 3
# polynomial degree:
dMax <- 3
# The maximal polynomial degree used for coding the polynomial is:
d2pMax(nVar,dMax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.