- DefaultNrGridPoints
- default number of grid points in integration, default value: - 2^12
 
- DistrResolution
- minimal spacing between two mass points in a discrete distribution, default value: - 1e-6
 
- DistrCollapse
- logical; in discrete distributions, shall support points
with distance smaller than - DistrResolutionbe collapsed; default value:- TRUE
 
- TruncQuantile
- argument for - q-slot at which to truncate; also, for discrete distributions, 
 support is restricted to [- q(TruncQuantile),- q(1-TruncQuantile)], default value:- 1e-5
 
- DefaultNrFFTGridPointsExponent
- by default, for e = - DefaultNrFFTGridPointsExponent, 
 FFT uses \(2^e\) gridpoints; default value:- 12
 
- RtoDPQ.e
- by default, for reconstructing the - d-,- p-,- q-slots out of simulations by slot- r,- RtoDPQresp.- RtoDPQ.duse \(10^e\) simulations, where e =- RtoDPQ.e, default value:- 5
 
- WarningSim
- if - WarningSim==TRUE,- print/- showissue a warning as to the precision of- d-,- p-,- q-slots when these are obtained by- RtoDPQresp.- RtoDPQ.d, default value:- TRUE
 
- WarningArith
- if - WarningArith==TRUE,- print/- showissue a warning as to the interpretation of
arithmetics operating on distributions, when the corresponding distribution to be plotted/shown is obtained by such an operation;
keep in mind that arithmetics in fact operate on random variables distributed according to the given distributions and not
on corresponding cdf's or densities; default value:- TRUE
 
- withSweave
- is code run in Sweave (then no new graphic devices are opened), 
                         default value: - FALSE
 
- withgaps
- controls whether in the return value of arithmetic
  operations the slot - gapsof an the- AbscontDistributionpart
  is filled automatically based on empirical evaluations via- setgaps---default- TRUE
 
- simplifyD
- controls whether in the return value of arithmetic
  operations there is a call to - simplifyDor not ---default- TRUE
 
- use.generalized.inverse.by.default
- logical; decides whether by default
(i.e., if argument - generalizedof- solveis not explicitely
set),- solveis to use generalized inverses if the original- solve-method from package base fails; if the option is- FALSE, 
in case of failure, and unless argument- generalizedis not explicitely 
set to- TRUE,- solvewill throw an error as is 
the base-method behavior. The default value is- TRUE.
 
- DistrCollapse.Unique.Warn
- controls whether there is a warning
      whenever collapsing occurs or when two points are collapsed by a call to
      - unique()(default behaviour if- DistrCollapseis- FALSE);
      ---default- FALSE
 
- warn.makeDNew
- controls whether a warning is issued once in
      internal utility - .makeDNewstandard integration with- integratethrows an error---default- TRUE