QuantIbex

Log in |
  • Blog
  • R
  • Teaching
  • Contact

Category Archives: Test

Short post with LaTeX

Posted on 04.01.2013 by Claudio Posted in LaTeX, Test
Let X be a continous random variable. The cumulative distribution function (CDF) is

F(x) = \Pr (X \leq x) = \int_{-\infty}^{x} f(t) dt,

where f(\cdot) denotes the density function.

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to print (Opens in new window)

Short R code example

Posted on 02.01.2013 by Claudio Posted in R, Test
This is a basic example of R code.
nObs <- 100
foo  <- rnorm(nObs)
bar  <- rnorm(nObs)
plot(foo, bar, type = "p", main = "Some points",
     xlab = "foo", ylab = "bar", pch = 16)
abline(h = 1)

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to print (Opens in new window)

Short post

Posted on 02.01.2013 by Claudio Posted in Test, Uncategorized
This is a very short post.

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to print (Opens in new window)

Categories

  • LaTeX
  • R
  • Test
  • Uncategorized

Archives

  • January 2013
  • Sitemap
© QuantIbex 2013-14
loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.