npPlotHatAndSqueeze

Plot PDF with hat and squeeze segments

npPlotHatAndSqueeze
(
S
Pdf
)
(,
Pdf pdf
,
string fileName
,
string title
,
S stepSize = 0.01
,
S left = -3
,
S right = 3
)

Parameters

intervals FlexInterval!S[]

Calculated Flex intervals

pdf Pdf

probability density function

fileName string

file path to which the plot should be saved

title string

name of the plot

stepSize S

step size of the points in the plot

left S

left plotting border

right S

right plotting border

Meta