Skip to content

Commit

Permalink
Update src/univariate.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tamas K. Papp <[email protected]>
  • Loading branch information
jaksle and tpapp authored Jan 16, 2024
1 parent d46dd06 commit ccbba39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/univariate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ end

"""
kde(data; [options])
kde((xdata, ydata); [options])
kde(data; kwargs...)
kde((xdata, ydata); kwargs...)
Kernel density estimation method. Returns 1D or 2D KDE object. The grid used and the values of the estimated density can be obtained from fields `.x` and `.density` respectively. To obtain kde values at points different than the initial grid use the `pdf` method.
Expand Down

0 comments on commit ccbba39

Please sign in to comment.