Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

10 results for “from:Maximilian Lklweryc”

add lowess predicted line to scatter plot
Maximilian Lklweryc · Sep 24, 2012 · r-help

Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120924/81b1278a/attachment.pl>

Variance gamma process simulation and plot
Maximilian Lklweryc · Nov 25, 2012 · r-help

Hi, I have simulated one possible path of a variance gamma process by the following code: vektor<-c(1:23) S0=20 theta=0.01 v=5 sigma=0.1 vektor[1]<-S0 for (i in 2:23){ randomgamma<-rgamma...

Plot GBM density in a 3 d plot
Maximilian Lklweryc · Nov 28, 2012 · r-sig-finance

Hi, I have the following problem: I simulated a lot of final values of stock prices. So for example when I use Geometric Brownian Motion the final values should be lognormal distributet, this plot can be seen here: http://de...

Plotting of regsubsets adjr2 values not correct
Maximilian Lklweryc · Sep 25, 2012 · r-help

Hi, I want to make model selection with regsubsets. My code is: a<-regsubsets(Gesamt ~ CommunistSocialist + CountrySize + GNI + Lifeexp + Schoolyears + ExpMilitary + Mortality + PopPoverty + PopTotal + ExpEdu + ExpHealth, data=olympiadaten, nbest=2) summary(a) plot(a,scale="adjr2") (output attached) The problem...

Regsubsets model selection
Maximilian Lklweryc · Sep 25, 2012 · r-help

Hi, I have 12 independent variables and one dependent variable. Now I want to select the best adj. R squared model by using the regsubsets command, so I code: > plot(regsubsets(Gesamt ~ CommunistSocialist + CountrySize + GNI + Lifeexp + Schoolyears + ExpMilitary + Mortality + + PopPoverty...

Regsubsets model selection
Maximilian Lklweryc · Sep 25, 2012 · r-help

Hi, I have 12 independent variables and one dependent variable. Now I want to select the best adj. R squared model by using the regsubsets command, so I code: > plot(regsubsets(Gesamt ~ CommunistSocialist + CountrySize + GNI + Lifeexp + Schoolyears + ExpMilitary + Mortality + + PopPoverty...

Plot 3d density
Maximilian Lklweryc · Nov 28, 2012 · r-help

I want to create a 3d plot with densities. I use the function density to first create a 2d dimensional plot for specific x values, the function then creates the density and puts them into a y variable. Now I...

How to discretize the Variance Gamma Process for stock price simulation?
Maximilian Lklweryc · Nov 24, 2012 · r-help

Hi, I want to do stock price simulation. First of all, I used the geometric brownian motion. To simulate the values, I used not the closed form solution for the GBM given by: S_t=S_0*exp[(???^2)t...

plotting 1000 simulations, error message: plot.new has not been called yet
Maximilian Lklweryc · Nov 21, 2012 · r-help

Hi, I know this is not a mailing list for r, but I posted my question on several help pages and did not get any help. I really don't know how to solve my problem, maybe you could help...

Plot of 3d stock price density
Maximilian Lklweryc · Nov 23, 2012 · r-help

Hi, I have thought a lot about my problem and also posted it on stackexchange, the post can be found here: http://stats.stackexchange.com/questions/44276/how-to-plot-3d-gbm but I have got no useful answer, that...

Can't find what you're looking for? Try searching with Google .