SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.stochasticprocess
Interface RandomProcess


public interface RandomProcess

This interface represents a random process a.k.a. stochastic process.

Given a probability space (Ω, F, P), a random process (or stochastic process) with state space X is a collection of X-valued random variables indexed by a set T ("time"). That is, a stochastic process F is a collection {Ft: t ∈ T} where each Ft is an X-valued random variable.



SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.