[SciPy-User] scipy.interpolate.rbf: how is "smooth" defined?

josef.pktd at gmail.com josef.pktd at gmail.com
Mon Aug 30 12:18:58 EDT 2010


On Mon, Aug 30, 2010 at 12:01 PM, Gael Varoquaux
<gael.varoquaux at normalesup.org> wrote:
> On Mon, Aug 30, 2010 at 11:57:47AM -0400, josef.pktd at gmail.com wrote:
>> 1e-6 might be more like a minimum, in many cases it might need to be
>> much larger. But it would be useful to have better heuristics than
>> just trial and error.
>
> I have not really been following the conversation (sorry), but are you
> not talking about Tikhonov regularization of a covariance matrix? In
> which case, I have had good experience using the Ledoit-Wolf approach to
> setting the regularization factor.

It's the same idea, but instead of the covariance matrix, RBF uses the
kernel matrix. It will be worth a try, but I don't know whether the
choice of the regularization factor will apply in the same way here.

>
> I can provide numpy code for that, if needed.

Please do, I can also use it for other things. (I never read the small
print in Ledoit-Wolf.)

Josef

>
> Gaël
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list