[
https://issues.apache.org/jira/browse/MATH-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Ryzhov updated MATH-463:
------------------------------
Attachment: mc1.patch
The initial implementation of Monte-Carlo engine.
> Monte Carlo engine with 1D path
> -------------------------------
>
> Key: MATH-463
> URL: https://issues.apache.org/jira/browse/MATH-463
> Project: Commons Math
> Issue Type: New Feature
> Reporter: Pavel Ryzhov
> Fix For: 3.0
>
> Attachments: mc1.patch
>
>
> Quite simple Monte-Carlo engine:
> 1. Generates N samples (paths) of Ito process with given drift and
> diffusion. It uses simple Euler discretization on equally spaced time scale.
> 2. For each path evaluate some path function and provide this value to
> SummaryStatistics.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.