similar to: evir package as.double problem

Displaying 20 results from an estimated 5000 matches similar to: "evir package as.double problem"

2007 Jun 06
0
A question about riskmeasures() vs. qgpd() in library(evir)
Dear List, This inquiry probably does not directly pertain to R. I am using library(evir) to learn EVT. Based on my reading of things, it is my understanding that if one wants to calculate quantiles of GPD, one could use either riskmeasures() or qgpd(). However, using data(danish) as an example, the quantile estimates produced by riskmeasures() are considerably different from those produced by
2005 Sep 08
1
can't successfully use installed evir package
I'm next at installing packages. I seem to have successfully installed "evir", but I can't use it. I'm wondering if I need to specify the installation to match my working directory, or something else. thx, G
2003 May 09
1
Anybody using the evir package?
I am trying to use the evir package but I cannot find a way to change my excel csv files into R-objects, which are used in the package. In particular, I do not know how to change a csv list object into a numeric vector. Anybody done this before? Thanks in advance for your time. Vikentia [[alternate HTML version deleted]]
2006 Jun 05
0
evir: generalized pareto dist
Hi, I'm fitting a generalized Pareto distribution to POT exceedances of a data set. The practical stuff works ok, but I have a question regarding theory. Is there an equation relating parameters of a gpd tail to its (first) moments? According to theory for certain parameters either the first moment does not exist or the distribution has an upper bound, but I haven't found the
2011 Jun 02
2
Export a function from RCPP in R of type double
Hello to everyone I have written a small c++ function of type double function(double,double); and i want to export it in R using RCPP. After some trials i have realized that the only way i could do it working is to declare the function as void function (double x, double y, double result) and pass the result with RCPP Can you please tell me if this is the only way out? And if this is the case how
2004 May 23
0
Re: Windows versus Unix packages in CRAN ...
Concerning the Rmetrics packages, (1) There is a _much_ better thing to do than >simply ... to remove the stuff related to MS Win from zzz.R; > in partricular the lines after if( .... ) to clear your message. > As you can see, the info relates to the WinMenu under MS Win. as Janusz Kawczak suggests, and that is to *wrap* the troublesome code in if
2007 May 03
1
A question about POSIXct
Dear List: I have a simple two-column data set in .csv format, with the first column being the date and second column being some value. I use read.csv() to import the data as follows: x <- read.csv("myfile.csv",header=T, dec=".", colClasses=c(Date="POSIXct")) The structure of x is: > str(x) `data.frame': 2959 obs. of 2 variables: $
2005 Oct 07
1
Troubleshooting with "gpd" (Fit generalized pareto model)
Up to now, I have recognized problems with "gpd(..)", the function from the package "evir" I think that all these functions that estimate the parameters xi, beta for the GPD by given threshold mu use the function "optim(..)" ( gpd, fitgpd, ...) "Error" example: data1 <- rgpd(1000, xi= -1.5, mu=1000, beta=100) so the created poinnts take place in about
1997 May 26
1
FYI: Possible information disclosure in cfingerd.
Hi, This is FYI. Lets not start discussion on a topic of "my fingerd is better than yours". Alex ------- Forwarded Message Return-Path: owner-bugtraq@NETSPACE.ORG Message-ID: <199705240145.WAA11413@morcego.linkway.com.br> Date: Fri, 23 May 1997 22:45:04 -0300 Reply-To: Rodrigo Barbosa <rodrigob@MORCEGO.LINKWAY.COM.BR> Sender: Bugtraq List <BUGTRAQ@NETSPACE.ORG>
2000 Jun 08
0
SAMBA digest 2549 / Important Question
Carlos Barbosa wrote: >Hi Samba Team. >I'm Carlos Barbosa, from Portugal. >I have a question to make you. >My next project is to implement a System that will be a File Server , >and all the Macintosh and PC machines, can access to all the files. >Will be a big Server (bi-processor), with a great storage system ( +300 GB , >Automated DLT tape Library ). >Though this,
2010 Oct 11
1
Change password via ctrl+alt+del
Guys, How do I enable the password changing via ctrl+alt+del on a windows workstation? This function worked on my previous PDC but I can't get it work on my actual PDC. I looked at the samba log file of the workstation and I saw the following line: "user XXXX cannot change password now, must wait until never" Debian GNU Linux 5.0 Samba 3.5.5 LDAP backend Thank's -- Rodolfo
2010 Dec 09
1
Group permission
Hi Guys, I have a Debian Lenny that acts as the PDC server of my network. This server has some shares that are accessed for different groups of users. So, when an user creates or changes a folder/file inside that shares, the folder/file has its group changed to the primary group of the user that have made the changes on it. How can I determine to which group this folder/file will belong at the
2003 Dec 03
2
nameless functions in R
Hi, I have an apply statement that looks like: > check.cols <- function(v1, v2) { + return( identical(v1,v2) ); + } > x [,1] [,2] [,3] [1,] 1 3 3 [2,] 4 5 4 [3,] 2 7 6 > apply(x, c(2), check.cols, v2=c(7,8,9)) [1] FALSE FALSE FALSE Is it possible to make the function check.cols() inline to the apply statement. Some thing like this: apply(x,
2006 Jul 21
0
an error User tftp in passdb, but getpwnam() fails!
hi there im trying to to raise the smbd deamon but i can't!!!! and in the log i get an error... User tftp in passdb, but getpwnam() fails! can ypu please give me an answer assaf
2007 Jul 20
0
Question?
Hi Tony, Belkin is a repackager of cheap equipment and they buy their hardware from different sources. As a result, different Belkin UPS's use different protocols. Most are supported, in one way or another, by the Network UPS Tools, http://www.networkupstools.org/. If you need help customizing the software, the NUT developer's list might be a good place to ask:
2009 Dec 17
2
issue with using rm: cannot generate on-the-fly list
Hello, I have the following problem when trying to use rm: In a top level script file I have a loop iterating over some index. The loop is not contained within a function, so the scope of variables declared in the loop is global. Within this loop I generate several variables which should be removed at the end of each iteration. To do this, I wrote a function to clean up the workspace. An example
2013 Jul 17
2
error message in gev
  Hi r-users,   I would like to use gev and my data (annual rainfall ) is as follows:   > head(dat,20) A B C D E F G H I J 1 45.1 41.5 58.5 50.1 46.0 49.1 37.7 49.1 59.8 54.0 2 50.3 39.8 49.4 56.4 49.4 48.8 42.1 49.8 49.4 58.3 3 41.7 39.3 44.6 39.1 35.7 41.5 40.8 40.8 38.5 45.6 4 50.7 33.9 48.4 28.2 35.5 39.1 61.4 17.0 30.7 38.3 5 39.3 30.6 46.9 23.8 25.8
2011 Nov 30
1
help about fitdistr funtion
Hi, I have a variable X classified in a lot of groups and I need to run the [fitdistr] funtion for each group. I tried with the [by] or the [tapply] funtions because my data is organize in two columns (variable and the groups), but neither of these command work. If somebody have a tip to help me up I really appreciate it. thanks, [[alternative HTML version deleted]]
2010 Sep 24
2
Windows 7 on a Samba 3.2.5 Domain
Guys, Does the Windows 7 work with a Samba 3.2.5? If it does, where can I find a documentation about it? Thanks' -- Rodolfo Barbosa Lunar Internet rodolfo at lunarinternet.com.br CEL: +55 (35) 9132-0764 FIXO: +55 (35) 3841-1142 +55 (35) 3822-3761
2013 May 29
0
Lista dos aprovados em vestibular Mata Grande
Lista dos aprovados em vestibular Mata Grande: Ang?lica: ANNIBERG CORDEIRO DE SOUZA SILVA, LUCAS FONTENELE SILVA DE CARVALHO, GERLANDE MARIA FERREIRA, RAFAELLA SAMPAIO DE ALENCAR, JO?O CARLOS MOREIRA DE CARVALHO, DENISE ARA?JO JUSTINO, MARIA NIVANEIDE DE ABREU LIMA, JOELMA C?NDIDO DA SILVA. TERESA RAQUEL DE MORAES ANDRADE, CARLA NAYANNE MOREIRA DE SOUZA, MAIRA NOGUEIRA ALVES, IAN VIEIRA LIMA