Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Itovsn3

Guides

  • Main

Tech Notes

  • Bessel
  • BlackScholes
  • ItoArea
  • MardiaDryden
  • Reflect
  • Stochastic Integration

Symbols

  • AddDrift
  • AddFixed
  • AddQuadVar
  • Brktbydt
  • BrownBasis
  • BrownSingle
  • BSDQ
  • Drftbydt
  • Drift
  • Fixed
  • GetItoProc
  • InitialValue
  • Introduce
  • ItoD
  • ItoExpand
  • ItoInit
  • ItoIntegral
  • ItoReset
  • Itosde
  • ItoStatus
  • RandomQ
FernandoDuarte`Itovsn3`
InitialValue
​
InitialValue
[
t
0
,
f
] computes the value of the expression
f
at time
t
0
.
​
Examples  
(1)
Basic Examples  
(1)
Initialize:
In[1]:=
ItoReset
[t,dt]
Out[1]//TableForm=
Itovsn3 resetting ...
Itovsn3 initialized
with time semimartingale t
and time differential dt
Introduce a new semimartingale:
In[2]:=
Introduce
[X,dX]
Out[2]=
{dX,dt}
Get its initial value:
In[3]:=
InitialValue
[0,X]
Out[3]=
Fixed[0,X]
Change its initial value:
In[4]:=
AddFixed
[0,X,X0new]
Out[4]=
X0new
Get new initial value:
In[5]:=
InitialValue
[0,X]
Out[5]=
X0new
SeeAlso
AddFixed
 
▪
Fixed
 
▪
Introduce
RelatedGuides
▪
Main
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com