search for: nonprametric

Displaying 4 results from an estimated 4 matches for "nonprametric".

Did you mean: nonparametric
2009 Sep 08
1
Derivative of nonparametric curve
Dear All, I'm looking for?a way on computing the derivative of first and second order?of a smoothing curve produced by a nonprametric regression. For instance, if we run the R script below, a smooth nonparametric regression curve is produced. provide.data(trawl) Zone92?? <- (Year == 0 & Zone == 1) Position <- cbind(Longitude - 143, Latitude) dimnames(Position)[[2]][1] <- "Longitude - 143" sm.regression(Lo...
2005 Jan 21
2
chi-Squared distribution in Friedman test
Dear R helpers: Thanks for the previous reply. I am using Friedman racing test. According the the book "Pratical Nonprametric Statistic" by WJ Conover, after computing the statistics, he suggested to use chi-squared or F distribution to accept or reject null hypothesis. After looking into the source code, I found that R uses chi-sqaured distribution as below: PVAL <- pchisq(STATISTIC, PARAMETER, lower = FALSE) b...
2009 Sep 08
1
[OT] "_" inserted in postings
...;kagba2006 at yahoo.com> Subject: [R] Derivative of nonparametric curve Date: Tue, 8 Sep 2009 02:07:10 -0700 (PDT) ] ================================================ Dear All, I'm looking for_a way on computing the derivative of first and second order_of a smoothing curve produced by a nonprametric regression. For instance, if we run the R script below, a smooth nonparametric regression curve is produced. provide.data(trawl) Zone92__ <- (Year == 0 & Zone == 1) Position <- cbind(Longitude - 143, Latitude) dimnames(Position)[[2]][1] <- "Longitude - 143" sm.regression(Lo...
2005 Jan 21
0
R: chi-Squared distribution in Friedman test
...ttp://mathworld.wolfram.com/DistributionFunction.html f(x) density function F(x) distribution function =Pr(X<x)= integral(f(x)) Hoping I helped you! Regards Vito you wrote: Dear R helpers: Thanks for the previous reply. I am using Friedman racing test. According the the book "Pratical Nonprametric Statistic" by WJ Conover, after computing the statistics, he suggested to use chi-squared or F distribution to accept or reject null hypothesis. After looking into the source code, I found that R uses chi-sqaured distribution as below: PVAL <- pchisq(STATISTIC, PARAMETER, lower = FALSE) b...