On Wed, May 22, 2013 at 1:07 PM, Paul Blelloch <
paul.b...@gmail.com> wrote:
> Has there been some major reorganization of statsmodels? I can't get any of
> the KDE examples that I've found online to work. The error is always that
> the method that I'm trying (KDEUnivariate or kdensityfft) doesn't exist, and
> the examples seem to be inconsistent in exactly how these methods are
> imported. Do you have an example of an FFT KDE that works with statsmodels
> 0.4.3?
the test suite is a good place to check what was supposed to work with 0.4.3
https://github.com/statsmodels/statsmodels/blob/v0.4.3/statsmodels/nonparametric/tests/test_kde.py#L5
upgrading to a developement version would help. A problem with our
annual releases is that the documentation and examples are ahead of
the release (non-)schedule.
Josef
>
>
>
> On Monday, May 20, 2013 12:21:33 PM UTC-7, Paul Blelloch wrote:
>>
>> I find that the 'kde' plotting capability takes a very long time because
>> the 'kde' calculation is expensive. I'd like to be able to save the answers
>> for later plotting. Is it possible to do that, or do I need to recalculate
>> it every time I want to plot it?
>
> --
> You received this message because you are subscribed to the Google Groups
> "PyData" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
pydata+un...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>