print.fpt.density | R Documentation |
print.fpt.density
shows an object of class “fpt.density”.
## S3 method for class 'fpt.density'
print(x, ...)
x |
an object of class “fpt.density”. |
... |
further arguments passed to |
Since the length of components of an object of class “fpt.density” is usually large, the print.fpt.density
function does not display such object as a list, but in its ‘basic’ structure instead. However, each component can be displayed separately in the usual way.
Patricia Román-Román, Juan J. Serrano-Pérez and Francisco Torres-Ruiz.
P. Román-Román, J.J. Serrano-Pérez, F. Torres-Ruiz. (2012) An R package for an efficient approximation of first-passage-time densities for diffusion processes based on the FPTL function. Applied Mathematics and Computation, 218, 8408–8428.
P. Román-Román, J.J. Serrano-Pérez, F. Torres-Ruiz. (2014) More general problems on first-passage times for diffusion processes: A new version of the fptdApprox R package. Applied Mathematics and Computation, 244, 432–446.
## Continuing the Approx.cfpt.density example:
yyy
print(yyy, digits=10)
## Continuing the Approx.fpt.density example:
yyy.cp
## Not run:
yyy.ucp
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.