patchGNU Octave - Patches: patch #8936, [octave forge] (econometrics)...

 
 

patch #8936: [octave forge] (econometrics) kernel_density: accept function handle kernel

Submitter:  None
Submitted:  Tue 08 Mar 2016 05:03:42 PM UTC
   
 
Category:  Forge : other Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 09 Mar 2016 05:53:32 PM UTC, comment #1: 

Adding maintainer of package to cc.

Carnë Draug <carandraug>
Group Member
Tue 08 Mar 2016 05:03:42 PM UTC, original submission:  

This patch adds support for an @fn kernel argument for kernel_density.

Sometimes, it is useful to have a cdf instead of a pdf:
kernel_density(pts, x, bw, @kernel_cdf);

function z = kernel_cdf(z)
z = normcdf(-z);
z = prod(z,2);
end

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #36572:  kernel_density_fn.patch added by None (1KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lachlan (Updated the item)
  • -email is unavailable- added by carandraug (Nir Krakauer - maintainer of econometrics package)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-03-07 mtmiller Summaryeconometrics: kernel_density: accept function handle kernel [octave forge] (econometrics) kernel_density: accept function handle kernel
    2016-07-07 lachlan CategoryNone Forge : other
    2016-03-09 carandraug Carbon-Copy- Added -email is unavailable-
    2016-03-08 None Attached File- Added kernel_density_fn.patch, #36572

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code