Displaying 2 results from an estimated 2 matches for "larrivee".
Did you mean:
arrives
2011 Mar 15
1
Problem with nls.lm function of minpack.lm package.
...riard
?tudiant ? la ma?trise en sols et environnement
D?partement des sols et de g?nie agroalimentaire
Centre de Recherche en Horticulture
Pavillon Envirotron, Universit? Laval
2480 boulevard Hochelaga, local 2241
Qu?bec (Qc), Canada
G1V 0A6
T?l.: 418-656-2131 poste 8229
Courriel : yann.periard-larrivee.1 at ulaval.ca
________________________________________
De : Katharine Mullen [kmullen at nist.gov]
Date d'envoi : 14 mars 2011 18:05
? : Yann P?riard Larriv?e
Objet : Re: your mail
Dear Yann P?riard,
Thanks for including a reproducible example. The error message you see
generally means that...
2012 May 22
2
Creating functions with a loop.
Hi
I am trying to create n functions where each function is defined in function one step before, i.e. something like
ff.k(x) = ff.j(x) - sum(1:j), for j=k-1
Is it possible? If it isn't and I manually create each function then is their a way to call them through a loop? My objective is to calculate something like
result.k = ff.k(x1)/ff.k(x2) for k in 2:n
Thank you for your time,