Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

29 results for “from:Florent Bresson”

Implicit nonlinear equation
Florent Bresson · Oct 24, 2005 · r-help

I can't find a commande to solve an implicit nonlinear equation. Does it exist please ?

Kernel density output
Florent Bresson · Jan 15, 2007 · r-help

Hi, I'm using the density() command for a given vector x and I would like to know how to get the estimated value of the density for each element of the vector x instead of values corresponding to points...

Producing a random bistochastic matrix
Florent Bresson · Oct 13, 2006 · r-help

Hi everyone, I need some help to produce a random bistochastic matrix, that is a squared matrix of positive real numbers e_ij, with sum(e_i)=1 and sum(e_j)=1. Thanks Florent Bresson ___________________________________________________________________________ Demandez ? ceux qui savent...

The gamma function and infinity
Florent Bresson · Dec 5, 2005 · r-help

I have to calculate some formula like: gamma(x)/(gamma(x+y) and I observed that for relatively big values of x, R returns infinity and so cannot compute the formula. Is it possible to force R to give the...

Custom axis
Florent Bresson · Aug 1, 2007 · r-help

Dear R users, I would like to draw a plot with a custom scale for the axis. More precisely, instead of plotting y on x, I want to plot y on a monotone function of x (for instance a*x...

search in matrix
Florent Bresson · Dec 29, 2005 · r-help

I'm dealing with a matrix like : "x" "y" "z" [1,] 2 4 1 [2,] 6 1 2 ... [n,] 7 3 1 For each row I would like to know the header of the column which corresponds to the minimum...

Generate a random bistochastic matrix
Florent Bresson · Oct 16, 2006 · r-help

Please, I would like to generate a random bistochastic matrix, that is a squared matrix of non-negative numbers with each row and each column sum to 1, for example : .2 .3 .5 .6 .3 .1 .2 .4 .4 I...

Progress in a loop
Florent Bresson · Jul 19, 2006 · r-help

Hi, I have to use a loop to perform a quite computer intensive estimation and I would like to know the progress of the loop during the process. I tried to include something like print(paste(k,date(),sep=" : ")) where...

Problem with na in nls
Florent Bresson · Oct 19, 2005 · r-help

I'm trying to run a nls on a subset of a data.frame. In the subset, one observation is NA. So I drop the observation but when I ask for : >sm <- nls(machin$revcum ~ Lc.singh(machin$popcum,p...

tapply and weighted means
Florent Bresson · Jan 12, 2006 · r-help

I' m trying to compute weighted mean on different groups but it only returns NA. If I use the following data.frame truc: x y w 1 1 1 1 2 2 1 3 1 1 4 2 0 2...

Subset and levels
Florent Bresson · Nov 6, 2006 · r-help

Hi, I've got a very simple problem but cannot find the solution. I'm using two data frames (say X and Y) and I want to get a subset of one according to the different levels of a variable...

Applying a function to an array
Florent Bresson · Aug 24, 2007 · r-help

Dear R-users, I would like to apply a function (more precisely sd()) over the third dimension of a three-dimension array. The function apply would be interesting but the chosen function can only be applied on the rows and...

optimization with inequalities
Florent Bresson · Nov 28, 2005 · r-help

I have to estimate the following model for several group of observations : y(1-y) = p[1]*(x^2-y) + p[2]*y*(x-1) + p[3]*(x-y) with constraints : p[1]+p[3] >= 1 p[1]+p[2...

Quantile function for the generalized beta distribution of the 2nd kind
Florent Bresson · Dec 11, 2005 · r-help

I have succeded in defining the cdf of the generalized beta of the second kind, eg. pgbeta2 <- function(quint,b,a,p1,p2) { integrate(function(x) {exp(log(a)+(a*p1-1)*log(x)-(a*p1)*log(b)-log(beta...

Applying a function to a vector
Florent Bresson · Oct 31, 2005 · r-help

I have defined a function to compute the value of a beta distribution of the second kind (the existing beta distribution of th stats package is the beta distribution of the first kind). It works perfectly for a single value...

numericDeriv
Florent Bresson · Nov 16, 2005 · r-help

I have to compute some standard errors using the delta method and so have to use the command "numericDeriv" to get the desired gradient. Befor using it on my complicated function, I've done a try with a simple exemple...

Importing data from SPSS with Arabic encoding
Florent Bresson · Jan 7, 2009 · r-help

Dear R-users, I'm facing a problem with the import of data in R. I have a sav file that, I presume, uses some Arabic encoding (but I don't know which one) and I would like to read...

Re : Custom axis
Florent Bresson · Aug 1, 2007 · r-help

Maybe I do not explain well what I would like to do. I do not want to change the labels of the axis, but the scale. What I want is a general procedure for changing the scale. Its like using...

Re : Re : Generate a random bistochastic matrix
Florent Bresson · Oct 16, 2006 · r-help

Yes, you're right. In fact, it's just an adaptation of a matlab command and the author advises using N^4 replications that's why it's the default in the function. The bistochastic matrix is not my subject...

numericDeriv
Florent Bresson · Nov 16, 2005 · r-help

Effectively, it's much better thanks --- Prof Brian Ripley <ripley at stats.ox.ac.uk> a ??crit??: > On Wed, 16 Nov 2005, Florent Bresson wrote: > > > I have to compute some standard errors using the > delta > > method and so have to...

Can't find what you're looking for? Try searching with Google .