Displaying 3 results from an estimated 3 matches for "dsim".
Did you mean:
dim
2010 Mar 03
2
R beginner
hello,
i'am is new in R software.i have try to make a function but it can't give
what it should.i dunno what have to do next.
Can somebody help me to solve it.i'll very appreciate...
##GEV simulation(Non-stationary)
dsim<-function(n, alpha, beta,sca,sha){
t <- 1:n
location <- alpha + beta*t
inv.df<-function(x) location + -(sca/sha)+(sca/sha)*(-log(x))^(-sha)
u<-runif(n)
y<-inv.df(u)
return(y)
}
xdat<-c(3.4,7.8,10.1,11.7,13.9,14.1,14.2,14.6,14.6,14.6,15,15,16.1,18)
##GEV function(Non-stationar...
2001 Feb 23
1
Printing with samba2.0.7
Hi all,
I've just install samba2.0.7 on server Tru64.
We have one printer HP5Si and others HP4 on the network. Using Samba from
our Win95 customer we can print correctly to HP4 but to our HP5si we have
the file wanted and one blank page and one page indicated "@PJL RDYMSG
DISPLAY=" " ". So we want to suppress these pages. Is there anyone who can
help me ?