Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ optional keyword arguments are
`kernel_dist` function.
* `bandwidth`: the bandwidth of the kernel. Default is to use Silverman's
rule.
* `weights`: `StatsBase.Weights` vector specifying weights for each observation (defaults to uniform weights).

The `UnivariateKDE` object `U` contains gridded coordinates (`U.x`) and the density
estimate (`U.density`). These are typically sufficient for plotting.
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ optional keyword arguments are
`kernel_dist` function.
* `bandwidth`: the bandwidth of the kernel. Default is to use Silverman's
rule.
* `weights`: `StatsBase.Weights` vector specifying weights for each observation (defaults to uniform weights).

The `UnivariateKDE` object `U` contains gridded coordinates (`U.x`) and the density
estimate (`U.density`). These are typically sufficient for plotting.
Expand Down
Loading