Displaying 3 results from an estimated 3 matches for "quantls".
2009 Nov 21
1
what do i do to fix missing packages...see error
> exampledata <- rnorm(10000)
> summary(exampledata)
     Min.   1st Qu.    Median      Mean   3rd Qu.      Max. 
-4.030000 -0.666200 -0.023390 -0.009384  0.664700  4.092000 
> desc <- function(mydata) {
+    require(e1071)
+    quantls <- quantile(x=mydata, probs=seq(from=0, to=1, by=0.25))
+    themean <- mean(mydata)
+    thesd <- sd(mydata)
+    kurt <- kurtosis(mydata)
+    skew <- skewness(mydata)
+    retlist <- list(Quantiles=quantls, Mean=themean, StandDev=thesd,
+                    Skewness=skew, Kurto...
2007 May 08
1
Looking for a comprehensive descriptive statistics package
Hi all,
I'm looking for a package that will give me comprehensive set of 
descriptive statistics, including skew and kurtosis.  Also, is there a 
similar package that will provide multivariate descriptive statistics as 
well?  Thanks in advance,
David
-- 
===========================================================================
David Kaplan, Ph.D.
Professor
Department of Educational
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
Hi,
I am trying to build a binary of Rquantlib package 0.3.5 under Window 7
64bits.  I am using mingw gcc version 4.5.1 (tdm64-1) which is a
experimental version of 64 bits ming gcc. (http://tdm-gcc.tdragon.net/).  I
have successfully compiled boost 1.45 and Quantlib 1.0.1 with this gcc.
And then when I tried to compile Rquantlib 0.3.5, it reports some error.
 The first error is like below.