Displaying 3 results from an estimated 3 matches for "999966".
Did you mean:
99996
2009 Mar 16
1
Fw: Fitting GUMBEL Distribution - CDF function and P P Plot
...<- sort(Fx)
png(filename = "GUMBEL_P-P.png")
a <- par('bg'= "#FFFFCC")
plot (f,g,bg=a,fg= "#804000",main ="P-P
Plot", ylab=" Cumulative Distribution
Function", xlab="i", font.main=2,
cex.main=1,col="#999966",bty =
"o",col.main="black",col.axis="black",col.lab
="black")
abline(rq(g ~ f, tau = .5),col="red")
dev.off()
# Fx RETURNS 0 1 1 1 0 0 0 1 1 1 0 0 1 0 1 1 1 1 0 1
and Thus plot is not proper
Please guide me as whe...
2009 Mar 13
0
Fitting GUMBEL Distribution - CDF function ISSUE
...g <- sort(Fx)
png(filename = "GUMBEL_P-P.png")
a <- par('bg'= "#FFFFCC")
plot (f,g,bg=a,fg= "#804000",main ="P-P Plot", ylab=" Cumulative Distribution Function", xlab="i", font.main=2, cex.main=1,col="#999966",bty = "o",col.main="black",col.axis="black",col.lab ="black")
abline(rq(g ~ f, tau = .5),col="red")
dev.off()
# Fx RETURNS 0 1 1 1 0 0 0 1 1 1 0 0 1 0 1 1 1 1 0 1 and Thus plot is not proper
Please guide me as where I am going w...
2008 Aug 04
0
[LLVMdev] Is there room for another build system?
On Friday 01 August 2008 00:22, Óscar Fuentes wrote:
> Kenneth Boyd <zaimoni at zaimoni.com> writes:
> >>> I've been thinking of constructing a mirror test suite coordinated
> >>> using shell scripts (bash)
> >>
> >> Please no, pick a real language. I love bash and it is fine for any
> >> 200 line or less program, but for much beyond