|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SliceDistribution
SliceDistribution[proc, t]
represents the distribution of the process state at time t.
SliceDistribution[proc, {t1, ..., tk}]
represents the joint distribution of process states at times
.
DetailsDetails
- SliceDistribution[proc, t] can be entered as
. - SliceDistribution[proc, {t1, ..., tk}] can be entered as
. - For a random process
, its state at time t is a random variable
, and its state at times
, ...,
is a random variable
. - SliceDistribution will simplify to known special distributions whenever possible.
- SliceDistribution can be used with such functions as Mean, CDF, and RandomVariate, etc.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Find a univariate slice distribution of a PoissonProcess:
| In[1]:= |
| Out[1]= |
Find a bivariate slice distribution of a WienerProcess:
| In[1]:= |
| Out[1]= |
Find a multivariate slice distribution of a moving-average time series:
| In[1]:= |
| Out[1]= |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
