Displaying 5 results from an estimated 5 matches for "tchuente".
Did you mean:
cuente
2013 Jul 12
2
How to determine the pdf of a gamma distribution using the estimated parameters?
Hello everyone,
With th bar histogram (number of occurrences) hist<-c(24,7,4,1,2,1,1) of seven equally spaces classes ]1-4], ]5-8], ]9-12], ]13-16], ]17-20], ]21-24], ]25-28], I obtained shape=0.8276 and rate=0.1448.
I would like to know how to build the continuous pdf of a this gamma distribution knowing these two estimated parameters such that I will be able to predict the pdf of any
2013 Apr 19
1
How to read a direct access file by connecting fortran with R ?
Hello all,
I would like to read the specific line number row of a direct access file (which is stored as a n_row*n_col matrix of elements kind=p) without reading all the preceding lines (i.e 1,2,..,row-1).
Is there a function in R that can perform this task?
To solve my issue, I tried without to call Fortran from R by doing the following steps:
I) I wrote a subroutine in fortran called
2013 Jun 27
1
unable to install rPython
Hello everyone,
I try without success to install the package rPython
I get the message
-----------------------------------------------------------------------
* installing *source* package ‘rPython’ ...
could not locate python-config
ERROR: configuration failed for package ‘rPython’
* removing ‘/home/armel/R/x86_64-pc-linux-gnu-library/2.14/rPython’
The downloaded packages are in
2013 Apr 14
1
Model selection: On the use of the coefficient determination(R2) versus the frequenstist (AIC) and Bayesian (AIC) approaches
Dear all,
I'm modeling growth curve of some ecosystems with respect to their rainfall-productivity relationship using a simple linear regression (ANPP(t)=a+b*Rain(t)) and a modified version of the Brody Model ANPP(t)=a*(1-exp(-b*rain(t)))
I would like to know why the "best model" is function of the criteria that I use (maximizing the fit using R2 or testing the Null hypothesis with
2013 Apr 30
0
How to handle errors generated by the package Kendall?
Hello everyone,
I'm trying to perform some trend analysis using the package "Kendall" and for some observations I get the following error "WARNING Error exit, tauk2, IFAULT = 12"
Could anyone tell me how to create a logical vector of observations having its element equal to TRUE if this error happened and FALSE if not?
I'm thinking about something similar as