Ktool: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Line 12: | Line 11: | ||
Investigate density estimates interactively with various kernel density estimates. Kernel densities are calculated using the kernel with an overlaid best-fit density. | Investigate density estimates interactively with various kernel density estimates. Kernel densities are calculated using the kernel with an overlaid best-fit density. | ||
==== | '''Note:''' If a sample contains all negative values, then some of the overlay distributions will not be drawn as they are not applicable. If only some of the sample is made up of negative values, these values are ignored in obtaining the maximum likelihood estimates and subsequent results. | ||
====Inputs==== | |||
* '''x''' = matrix (column vector) in which the sample data is stored. | * '''x''' = matrix (column vector) in which the sample data is stored. | ||
===See Also=== | ===See Also=== | ||
[[cqtool]], [[plotcqq]], [[plotkd]], [[plotqq]], [[qtool]] | [[cqtool]], [[plotcqq]], [[plotkd]], [[plotqq]], [[qtool]] |
Latest revision as of 11:21, 9 October 2008
Purpose
GUI tool for investigating the kernel density of a sample.
Synopsis
- ktool(x)
Description
Investigate density estimates interactively with various kernel density estimates. Kernel densities are calculated using the kernel with an overlaid best-fit density.
Note: If a sample contains all negative values, then some of the overlay distributions will not be drawn as they are not applicable. If only some of the sample is made up of negative values, these values are ignored in obtaining the maximum likelihood estimates and subsequent results.
Inputs
- x = matrix (column vector) in which the sample data is stored.