QMRITools`
QMRITools`

Hist

Hist[data,range]

plots a probability density histogram of the data from xmin to xmax with a fitted (skew)normal distribution. Uses ParameterFit.

Hist[data,range,label]

plots a probability density histogram of the data from xmin to xmax with a fitted (skew)normal distribution and label as x-axis label.

Hist[{data1..,data2,..},{range1,range2,..}]

plots a probability density histogram of the data from xmin to xmax with a fitted (skew)normal distribution. Uses ParameterFit.

Hist[{data1,data2,..},{range1,range2,..},{label1,label2,..}]

plots a probability density histogram of the data from xmin to xmax with a fitted (skew)normal distribution and label as x-axis label.

Details

  • The following options can be given:
  • ColorValue{{GrayLevel[0], GrayLevel[1]}, RGBColor[1, 0, 0], RGBColor[0, 1, 0], RGBColor[0, 0, 1]}ColorValue is an option for Hist and ErrorPlot. Default {Black, Red}.
    Method"SkewNormal"Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.
    PlotLabel""PlotLabel is an option for graphics functions that specifies an overall label for a plot.
    AxesLabel""AxesLabel is an option for graphics functions that specifies labels for axes.
    ImageSize300ImageSize is an option that specifies the overall size of an image to display for an object.

Examples