Displaying 3 results from an estimated 3 matches for "renzi".
Did you mean:
fenzi
2009 Jun 30
1
fitting in logistic model
...applying the reverse formula
p=e^s/(1+e^s); moreover I noticed that the minimum value of the fitting
values in my estimation is 2.220446e-16, and there are many observation
with this probability (instead the minimum value obtained by "manually"
estimation is 2.872636e-152).
Fabrizio Renzi
AVVISO DI RISERVATEZZA
Il testo e gli eventuali documenti trasmessi contengono informazioni riservate al destinatario indicato.
La seguente e-mail e confidenziale e la sua riservatezza e tutelata legalmente dalle normative vigenti.
La lettura, copia od altro uso non autorizzato o qualsiasi...
2006 Jun 08
2
Page caching for urls with dots
hi everyone,
I have a pesky problem with page caching, sorry if it sounds dummy.
Whenever I''m caching an url like
/controller/argument.with.dots
instead of getting a saved page like
/public/controller/arguments.with.dots.html
I get
/public/controller/arguments.with.dots
which makes the webserver confused as to how to send it (it gets a
Content-Type of text/plain instead of
2006 Jan 23
0
accessing controllers in script/console
Hi list,
I was wondering: is there a simple way to load/create controllers from
within the rails'' console?
It seem that they are not loaded by default, and I can''t just do
something like
require ''app/controllers/foo''
since the controller would be missing all of the mixed-in Helpers
Is there some easy thing I can do to autoload all the controllers/helpers?