distrExOptions {distrEx} | R Documentation |
With distrExOptions
you can inspect and change
the global variables of the package distrEx.
distrExOptions(arg = "missing", value = -1)
arg |
the global variable to be shown or changed |
value |
the new value of the global variable |
distrExOptions()
returns a list of the global variables.newline
distrExOptions(arg=x)
returns the global variable x.newline
distrExOptions(arg=x,value=y)
sets the value of the global variable x to y.
integrate
fails and there are
infinite integration limits, the function GLIntegrate
is
called inside of distrExIntegrate
with the corresponding quantiles
GLIntegrateTruncQuantile
respectively,
1 - GLIntegrateTruncQuantile
as finite integration limits. distrExIntegrate
. E
which corresponds to the ElowerTruncQuantile
-quantile. E
which corresponds to the (1-ElowerTruncQuantile
)-quantile. E
when calling distrExIntegrate
. m1df
which corresponds to the m1dfLowerTruncQuantile
-quantile. m1df
when calling distrExIntegrate
. m2df
which corresponds to the m2dfLowerTruncQuantile
-quantile. m2df
when calling distrExIntegrate
. Matthias Kohl robast@gmx.de
distrExOptions() distrExOptions("ElowerTruncQuantile") distrExOptions("ElowerTruncQuantile", 1e-6) # or distrExOptions(ElowerTruncQuantile) distrExOptions(ElowerTruncQuantile, 1e-6)