summary.Langevin {Langevin} | R Documentation |
Summarize estimated drift and diffusion coefficients
Description
summary method for class "Langevin".
Usage
## S3 method for class 'Langevin'
summary(object, ..., digits = max(3, getOption("digits") - 3))
Arguments
object |
an object of class "Langevin". |
... |
arguments to be passed to or from other methods. They are ignored in this function. |
digits |
integer, used for number formatting with |
Value
The function summary.Langevin()
returns a summary of the
estimated drift and diffusion coefficients
Author(s)
Philip Rinn
[Package Langevin version 1.3.2 Index]