Read before posting – LaTeX & source code

Home Forums Quantitative Methods and Programming Read before posting – LaTeX & source code

  • This topic has 1 voice and 0 replies.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #670

    To write formulas please use LaTeX. Write [latexpage] before writing a formula.
    Example
    [latexpage]
    $W_t = W_0 \exp{(rt)}$

    will result in
    [latexpage]
    $W_t = W_0 \exp{(rt)}$

    —————————————————————–
    To write code please use CODE button (from the menu below Topic Title)

    #R-code to plot a path of the Wiener Process
    wienerProcess = cumsum(rnorm(100,0,1))
    ts.plot(wienerProcess)
    

    We are going to add support for SyntaxHighlighter later.

Viewing 1 post (of 1 total)
  • The topic ‘Read before posting – LaTeX & source code’ is closed to new replies.