Code Monkey home page Code Monkey logo

Comments (4)

Beakerboy avatar Beakerboy commented on May 28, 2024 2

@markrogoyski I believe this request is referring to the bandwidth, not the kernel. Currently the object accepts a float or null. If null, a default bandwidth is calculated and used.

@orlandothoeny if you are able to implement the calculation, we could easily add it add a static method, such that a user could call something like:

$bandwidth = KernelDensityEstimation::ISJBandwidth($data);
$kde->setBandwidth($bandwidth);

this would be the most backward-compatible strategy.

from math-php.

orlandothoeny avatar orlandothoeny commented on May 28, 2024 1

@Beakerboy Yes, that's correct. This would be an additional method for calculating the bandwidth.

That would be one option regarding backward compatibility, another option would be to allow callables as an additional type for the $bandwith parameter. But the option you described is probably simpler.

I'd have to brush up on my math a bit to implement it myself, a few years have passed since I last used that stuff :)
Not sure if I have the time to do that though.

I understand that it's an open-source project, so no pressure on you guys. It's your free time. But if someone wants to implement it, I'm grateful.

from math-php.

markrogoyski avatar markrogoyski commented on May 28, 2024

Hi @orlandothoeny,

Thanks for your interest in MathPHP.

Thanks for the suggestion for a feature improvement for a new kernel function. We'll look into it and see if this is something we can add.

In the meantime, you are able add your own custom kernel function by supplying a PHP callable to the setKernelFunction method of a KernelDensityEstimation object.

Mark

from math-php.

markrogoyski avatar markrogoyski commented on May 28, 2024

@orlandothoeny,

What could help speed up an implementation is providing test data to write unit tests against.

For example:

  • GIVEN input X
  • WHEN computing the KDE
  • THEN the result is Y

Having data to write unit tests allows us to be confident we are building the write calculation.

Another option is to research and provide instructions on how to produce test data using a trustworthy tool like R or NumPy for instance.

from math-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.