Re: [Numpy-discussion] NumPy-Discussion Digest, Vol 92, Issue 19

Dear Smith, that's exactly what I want. Thank! Dear Josef, I'm not thinking in publishing nothing with code. If you have some interesting I can show some codes. But it's probably very basic. Mainly I'm constructing some basics functions for model selection. R it's very good with this (bestglm, leaps...) and I see few things in python. Finaly, Have scipy discussion list yet? I'm not received nothing to months. abraços, Koblitz 2014-05-15 14:00 GMT-03:00 <numpy-discussion-request@scipy.org>:
Send NumPy-Discussion mailing list submissions to numpy-discussion@scipy.org
To subscribe or unsubscribe via the World Wide Web, visit http://mail.scipy.org/mailman/listinfo/numpy-discussion or, via email, send a message with subject or body 'help' to numpy-discussion-request@scipy.org
You can reach the person managing the list at numpy-discussion-owner@scipy.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of NumPy-Discussion digest..."
Today's Topics:
1. smoothing function (rodrigo koblitz) 2. Fancy Indexing of Structured Arrays is Slow (Dave Hirschfeld) 3. [JOB] Scientific software engineer at the Met Office (Phil Elson) 4. Re: smoothing function (josef.pktd@gmail.com) 5. Re: smoothing function (Nathaniel Smith) 6. Re: smoothing function (josef.pktd@gmail.com)
----------------------------------------------------------------------
Message: 1 Date: Thu, 15 May 2014 09:04:03 -0300 From: rodrigo koblitz <rodrigokoblitz@gmail.com> Subject: [Numpy-discussion] smoothing function To: numpy-discussion@scipy.org Message-ID: < CAAZkdU_5yw9qigWVofVrPZLptgs75q14Y7vaWoGpQW_nqtrpdA@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Buenos, I'm reading Zuur book (ecology models with R) and try make it entire in python. Have this function in R: M4 <- gam(So ? s(De) + factor(ID), subset = I1)
the 's' term indicated with So is modelled as a smoothing function of De
I'm looking for something close to this in python.
Someone can help me?
abra?os, Koblitz
participants (1)
-
rodrigo koblitz