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.

9 results for “from:quantum”

Forward and backward algorithm in R?
quantum · Oct 31, 2012 · r-help

How can I wrtie and calculate alpha and beta in the forward backward algorithm in R ? -- View this message in context: http://r.789695.n4.nabble.com/Forward-and-backward-algorithm-in-R-tp4648012.html Sent from the R help...

To make a graph for 4 functions
quantum · Apr 27, 2012 · r-help

How can I use the curve when I have a vector? How should the R code look like? -- View this message in context: http://r.789695.n4.nabble.com/To-make-a-graph-for-4-functions-tp4592941p4593672.html Sent from...

Make a reference?
quantum · Jun 27, 2012 · r-help

How can I make a reference i this case? I want to make a reference to 'Artikel XXX' For example In The Artikel 'XXXX' there is two tables. .. Litterature Artikel XXX -- View this message in context: http://r.789695.n4...

To make a graph for 4 functions
quantum · Apr 27, 2012 · r-help

lets say I have these function and I want to have a graph on them y0=x^2 y1=x^3 Then I say this x=seq(0,10,length.out=100) plot(x,y0,y1,type="l") but R...

Bionomial and possion
quantum · Aug 28, 2012 · r-help

Make a plot in R where you compare the probability distributions for the Binomial distributions with N=1000 trials and succes probability 0.005 and the Possion Distribution with rate lambda=5. My answer is b<-binom(x, 1000, 0...

To make a graph for 4 functions
quantum · Apr 27, 2012 · r-help

Thanks for your response. Now I have 3 functions for example y0<-function(x) x^2 y1<-function(x) x^3 y2<-function(x) x^5 t<-function(x) c(y0(x),y1(x),y2(x)) I want to plot...

To create skewness and kurtosis in R
quantum · Apr 26, 2012 · r-help

I have tried this but its not the same as in the links. x=seq(-3,3,length.out=100) y=dnorm(x) plot(x,y,type="l") y3=y*2 x3=x+1 plot(range(c(-4,4)),range...

how to create skewness curve
quantum · Jun 27, 2012 · r-help

I can make kurtosis but now skewness curve. How can I do that? I have used the following code. x<-(1:601-301)/50 x dt3<-dt(x,3) pt3<-pt(x,3) # t distribution has mean 0; variance f...

To create skewness and kurtosis in R
quantum · Apr 26, 2012 · r-help

How can I write a R-code so I can get these diagrams? (The skewness and Kurtosis for a normal distribution) http://www.google.dk/imgres?um=1&hl=da&biw=1280&bih=605&tbm=isch&tbnid=aWXNm22wHhXWWM:&imgrefurl=http...

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