Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual histp Daniel@0: Daniel@0: Daniel@0: Daniel@0:

histp Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

Daniel@0: Histogram estimate of 1-dimensional probability distribution. Daniel@0: Daniel@0:

Daniel@0: Synopsis Daniel@0:

Daniel@0:
Daniel@0: h = histp(x, xmin, xmax, nbins)
Daniel@0: 
Daniel@0: Daniel@0: Daniel@0:

Daniel@0: Description Daniel@0:

Daniel@0: Daniel@0:

histp(x, xmin, xmax, nbins) takes a column vector x Daniel@0: of data values and generates a normalized histogram plot of the Daniel@0: distribution. The histogram has nbins bins lying in the Daniel@0: range xmin to xmax. Daniel@0: Daniel@0:

h = histp(...) returns a vector of patch handles. Daniel@0: Daniel@0:

Daniel@0: See Also Daniel@0:

Daniel@0: demgauss
Daniel@0: Pages: Daniel@0: Index Daniel@0:
Daniel@0:

Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: