bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.Histograms
Description
http://www.gnu.org/software/gsl/manual/html_node/Histograms.html
Documentation
data C'gsl_histogram Source
Constructors
C'gsl_histogram
c'gsl_histogram'n :: CSize
c'gsl_histogram'range :: Ptr CDouble
c'gsl_histogram'bin :: Ptr CDouble
show/hide Instances
data C'gsl_histogram_pdf Source
Constructors
C'gsl_histogram_pdf
c'gsl_histogram_pdf'n :: CSize
c'gsl_histogram_pdf'range :: Ptr CDouble
c'gsl_histogram_pdf'sum :: Ptr CDouble
show/hide Instances
c'gsl_histogram_alloc :: CSize -> IO (Ptr C'gsl_histogram)Source
c'gsl_histogram_calloc :: CSize -> IO (Ptr C'gsl_histogram)Source
p'gsl_histogram_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_histogram))Source
c'gsl_histogram_calloc_uniform :: CSize -> CDouble -> CDouble -> IO (Ptr C'gsl_histogram)Source
c'gsl_histogram_free :: Ptr C'gsl_histogram -> IO ()Source
p'gsl_histogram_calloc :: FunPtr (CSize -> IO (Ptr C'gsl_histogram))Source
c'gsl_histogram_increment :: Ptr C'gsl_histogram -> CDouble -> IO CIntSource
p'gsl_histogram_calloc_uniform :: FunPtr (CSize -> CDouble -> CDouble -> IO (Ptr C'gsl_histogram))Source
p'gsl_histogram_free :: FunPtr (Ptr C'gsl_histogram -> IO ())Source
c'gsl_histogram_accumulate :: Ptr C'gsl_histogram -> CDouble -> CDouble -> IO CIntSource
p'gsl_histogram_increment :: FunPtr (Ptr C'gsl_histogram -> CDouble -> IO CInt)Source
c'gsl_histogram_find :: Ptr C'gsl_histogram -> CDouble -> Ptr CSize -> IO CIntSource
c'gsl_histogram_get :: Ptr C'gsl_histogram -> CSize -> IO CDoubleSource
p'gsl_histogram_accumulate :: FunPtr (Ptr C'gsl_histogram -> CDouble -> CDouble -> IO CInt)Source
p'gsl_histogram_find :: FunPtr (Ptr C'gsl_histogram -> CDouble -> Ptr CSize -> IO CInt)Source
c'gsl_histogram_get_range :: Ptr C'gsl_histogram -> CSize -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
c'gsl_histogram_max :: Ptr C'gsl_histogram -> IO CDoubleSource
p'gsl_histogram_get :: FunPtr (Ptr C'gsl_histogram -> CSize -> IO CDouble)Source
c'gsl_histogram_min :: Ptr C'gsl_histogram -> IO CDoubleSource
p'gsl_histogram_get_range :: FunPtr (Ptr C'gsl_histogram -> CSize -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
c'gsl_histogram_bins :: Ptr C'gsl_histogram -> IO CSizeSource
p'gsl_histogram_max :: FunPtr (Ptr C'gsl_histogram -> IO CDouble)Source
c'gsl_histogram_reset :: Ptr C'gsl_histogram -> IO ()Source
p'gsl_histogram_min :: FunPtr (Ptr C'gsl_histogram -> IO CDouble)Source
p'gsl_histogram_bins :: FunPtr (Ptr C'gsl_histogram -> IO CSize)Source
c'gsl_histogram_calloc_range :: CSize -> Ptr CDouble -> IO (Ptr C'gsl_histogram)Source
p'gsl_histogram_reset :: FunPtr (Ptr C'gsl_histogram -> IO ())Source
c'gsl_histogram_set_ranges :: Ptr C'gsl_histogram -> Ptr CDouble -> CSize -> IO CIntSource
c'gsl_histogram_set_ranges_uniform :: Ptr C'gsl_histogram -> CDouble -> CDouble -> IO CIntSource
p'gsl_histogram_calloc_range :: FunPtr (CSize -> Ptr CDouble -> IO (Ptr C'gsl_histogram))Source
c'gsl_histogram_memcpy :: Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_set_ranges :: FunPtr (Ptr C'gsl_histogram -> Ptr CDouble -> CSize -> IO CInt)Source
c'gsl_histogram_clone :: Ptr C'gsl_histogram -> IO (Ptr C'gsl_histogram)Source
p'gsl_histogram_set_ranges_uniform :: FunPtr (Ptr C'gsl_histogram -> CDouble -> CDouble -> IO CInt)Source
c'gsl_histogram_max_val :: Ptr C'gsl_histogram -> IO CDoubleSource
p'gsl_histogram_memcpy :: FunPtr (Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_max_bin :: Ptr C'gsl_histogram -> IO CSizeSource
p'gsl_histogram_clone :: FunPtr (Ptr C'gsl_histogram -> IO (Ptr C'gsl_histogram))Source
c'gsl_histogram_min_val :: Ptr C'gsl_histogram -> IO CDoubleSource
p'gsl_histogram_max_val :: FunPtr (Ptr C'gsl_histogram -> IO CDouble)Source
c'gsl_histogram_min_bin :: Ptr C'gsl_histogram -> IO CSizeSource
p'gsl_histogram_max_bin :: FunPtr (Ptr C'gsl_histogram -> IO CSize)Source
p'gsl_histogram_min_val :: FunPtr (Ptr C'gsl_histogram -> IO CDouble)Source
c'gsl_histogram_equal_bins_p :: Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_min_bin :: FunPtr (Ptr C'gsl_histogram -> IO CSize)Source
c'gsl_histogram_add :: Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CIntSource
c'gsl_histogram_sub :: Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_equal_bins_p :: FunPtr (Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_mul :: Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_add :: FunPtr (Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_div :: Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_sub :: FunPtr (Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_scale :: Ptr C'gsl_histogram -> CDouble -> IO CIntSource
p'gsl_histogram_mul :: FunPtr (Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_shift :: Ptr C'gsl_histogram -> CDouble -> IO CIntSource
p'gsl_histogram_div :: FunPtr (Ptr C'gsl_histogram -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_sigma :: Ptr C'gsl_histogram -> IO CDoubleSource
p'gsl_histogram_scale :: FunPtr (Ptr C'gsl_histogram -> CDouble -> IO CInt)Source
c'gsl_histogram_mean :: Ptr C'gsl_histogram -> IO CDoubleSource
p'gsl_histogram_shift :: FunPtr (Ptr C'gsl_histogram -> CDouble -> IO CInt)Source
c'gsl_histogram_sum :: Ptr C'gsl_histogram -> IO CDoubleSource
p'gsl_histogram_sigma :: FunPtr (Ptr C'gsl_histogram -> IO CDouble)Source
p'gsl_histogram_mean :: FunPtr (Ptr C'gsl_histogram -> IO CDouble)Source
c'gsl_histogram_fwrite :: Ptr CFile -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_sum :: FunPtr (Ptr C'gsl_histogram -> IO CDouble)Source
c'gsl_histogram_fread :: Ptr CFile -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_fprintf :: Ptr CFile -> Ptr C'gsl_histogram -> CString -> CString -> IO CIntSource
c'gsl_histogram_fscanf :: Ptr CFile -> Ptr C'gsl_histogram -> IO CIntSource
p'gsl_histogram_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_pdf_alloc :: CSize -> IO (Ptr C'gsl_histogram_pdf)Source
p'gsl_histogram_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram -> CString -> CString -> IO CInt)Source
p'gsl_histogram_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram -> IO CInt)Source
c'gsl_histogram_pdf_init :: Ptr C'gsl_histogram_pdf -> Ptr C'gsl_histogram -> IO CIntSource
c'gsl_histogram_pdf_free :: Ptr C'gsl_histogram_pdf -> IO ()Source
p'gsl_histogram_pdf_alloc :: FunPtr (CSize -> IO (Ptr C'gsl_histogram_pdf))Source
c'gsl_histogram_pdf_sample :: Ptr C'gsl_histogram_pdf -> CDouble -> IO CDoubleSource
p'gsl_histogram_pdf_init :: FunPtr (Ptr C'gsl_histogram_pdf -> Ptr C'gsl_histogram -> IO CInt)Source
p'gsl_histogram_pdf_free :: FunPtr (Ptr C'gsl_histogram_pdf -> IO ())Source
p'gsl_histogram_pdf_sample :: FunPtr (Ptr C'gsl_histogram_pdf -> CDouble -> IO CDouble)Source
data C'gsl_histogram2d Source
Constructors
C'gsl_histogram2d
c'gsl_histogram2d'nx :: CSize
c'gsl_histogram2d'ny :: CSize
c'gsl_histogram2d'xrange :: Ptr CDouble
c'gsl_histogram2d'yrange :: Ptr CDouble
c'gsl_histogram2d'bin :: Ptr CDouble
show/hide Instances
data C'gsl_histogram2d_pdf Source
Constructors
C'gsl_histogram2d_pdf
c'gsl_histogram2d_pdf'nx :: CSize
c'gsl_histogram2d_pdf'ny :: CSize
c'gsl_histogram2d_pdf'xrange :: Ptr CDouble
c'gsl_histogram2d_pdf'yrange :: Ptr CDouble
c'gsl_histogram2d_pdf'sum :: Ptr CDouble
show/hide Instances
c'gsl_histogram2d_alloc :: CSize -> CSize -> IO (Ptr C'gsl_histogram2d)Source
c'gsl_histogram2d_calloc :: CSize -> CSize -> IO (Ptr C'gsl_histogram2d)Source
p'gsl_histogram2d_alloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_histogram2d))Source
c'gsl_histogram2d_calloc_uniform :: CSize -> CSize -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr C'gsl_histogram2d)Source
c'gsl_histogram2d_free :: Ptr C'gsl_histogram2d -> IO ()Source
p'gsl_histogram2d_calloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_histogram2d))Source
c'gsl_histogram2d_increment :: Ptr C'gsl_histogram2d -> CDouble -> CDouble -> IO CIntSource
p'gsl_histogram2d_calloc_uniform :: FunPtr (CSize -> CSize -> CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr C'gsl_histogram2d))Source
p'gsl_histogram2d_free :: FunPtr (Ptr C'gsl_histogram2d -> IO ())Source
c'gsl_histogram2d_accumulate :: Ptr C'gsl_histogram2d -> CDouble -> CDouble -> CDouble -> IO CIntSource
p'gsl_histogram2d_increment :: FunPtr (Ptr C'gsl_histogram2d -> CDouble -> CDouble -> IO CInt)Source
c'gsl_histogram2d_find :: Ptr C'gsl_histogram2d -> CDouble -> CDouble -> Ptr CSize -> Ptr CSize -> IO CIntSource
c'gsl_histogram2d_get :: Ptr C'gsl_histogram2d -> CSize -> CSize -> IO CDoubleSource
p'gsl_histogram2d_accumulate :: FunPtr (Ptr C'gsl_histogram2d -> CDouble -> CDouble -> CDouble -> IO CInt)Source
c'gsl_histogram2d_get_xrange :: Ptr C'gsl_histogram2d -> CSize -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_histogram2d_find :: FunPtr (Ptr C'gsl_histogram2d -> CDouble -> CDouble -> Ptr CSize -> Ptr CSize -> IO CInt)Source
p'gsl_histogram2d_get :: FunPtr (Ptr C'gsl_histogram2d -> CSize -> CSize -> IO CDouble)Source
c'gsl_histogram2d_get_yrange :: Ptr C'gsl_histogram2d -> CSize -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
c'gsl_histogram2d_xmax :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_get_xrange :: FunPtr (Ptr C'gsl_histogram2d -> CSize -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
c'gsl_histogram2d_xmin :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_get_yrange :: FunPtr (Ptr C'gsl_histogram2d -> CSize -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
c'gsl_histogram2d_nx :: Ptr C'gsl_histogram2d -> IO CSizeSource
p'gsl_histogram2d_xmax :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_ymax :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_xmin :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_ymin :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_nx :: FunPtr (Ptr C'gsl_histogram2d -> IO CSize)Source
c'gsl_histogram2d_ny :: Ptr C'gsl_histogram2d -> IO CSizeSource
p'gsl_histogram2d_ymax :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_reset :: Ptr C'gsl_histogram2d -> IO ()Source
p'gsl_histogram2d_ymin :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
p'gsl_histogram2d_ny :: FunPtr (Ptr C'gsl_histogram2d -> IO CSize)Source
c'gsl_histogram2d_calloc_range :: CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> IO (Ptr C'gsl_histogram2d)Source
p'gsl_histogram2d_reset :: FunPtr (Ptr C'gsl_histogram2d -> IO ())Source
c'gsl_histogram2d_set_ranges_uniform :: Ptr C'gsl_histogram2d -> CDouble -> CDouble -> CDouble -> CDouble -> IO CIntSource
c'gsl_histogram2d_set_ranges :: Ptr C'gsl_histogram2d -> Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> IO CIntSource
p'gsl_histogram2d_calloc_range :: FunPtr (CSize -> CSize -> Ptr CDouble -> Ptr CDouble -> IO (Ptr C'gsl_histogram2d))Source
c'gsl_histogram2d_memcpy :: Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_set_ranges_uniform :: FunPtr (Ptr C'gsl_histogram2d -> CDouble -> CDouble -> CDouble -> CDouble -> IO CInt)Source
c'gsl_histogram2d_clone :: Ptr C'gsl_histogram2d -> IO (Ptr C'gsl_histogram2d)Source
p'gsl_histogram2d_set_ranges :: FunPtr (Ptr C'gsl_histogram2d -> Ptr CDouble -> CSize -> Ptr CDouble -> CSize -> IO CInt)Source
c'gsl_histogram2d_max_val :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_memcpy :: FunPtr (Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_max_bin :: Ptr C'gsl_histogram2d -> Ptr CSize -> Ptr CSize -> IO ()Source
p'gsl_histogram2d_clone :: FunPtr (Ptr C'gsl_histogram2d -> IO (Ptr C'gsl_histogram2d))Source
c'gsl_histogram2d_min_val :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_max_val :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_min_bin :: Ptr C'gsl_histogram2d -> Ptr CSize -> Ptr CSize -> IO ()Source
p'gsl_histogram2d_max_bin :: FunPtr (Ptr C'gsl_histogram2d -> Ptr CSize -> Ptr CSize -> IO ())Source
c'gsl_histogram2d_xmean :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_min_val :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_ymean :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_min_bin :: FunPtr (Ptr C'gsl_histogram2d -> Ptr CSize -> Ptr CSize -> IO ())Source
c'gsl_histogram2d_xsigma :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_xmean :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_ysigma :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_ymean :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_cov :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_xsigma :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_sum :: Ptr C'gsl_histogram2d -> IO CDoubleSource
p'gsl_histogram2d_ysigma :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
p'gsl_histogram2d_cov :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_equal_bins_p :: Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_sum :: FunPtr (Ptr C'gsl_histogram2d -> IO CDouble)Source
c'gsl_histogram2d_add :: Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CIntSource
c'gsl_histogram2d_sub :: Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_equal_bins_p :: FunPtr (Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_mul :: Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_add :: FunPtr (Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_div :: Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_sub :: FunPtr (Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_scale :: Ptr C'gsl_histogram2d -> CDouble -> IO CIntSource
p'gsl_histogram2d_mul :: FunPtr (Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_shift :: Ptr C'gsl_histogram2d -> CDouble -> IO CIntSource
p'gsl_histogram2d_div :: FunPtr (Ptr C'gsl_histogram2d -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_fwrite :: Ptr CFile -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_scale :: FunPtr (Ptr C'gsl_histogram2d -> CDouble -> IO CInt)Source
c'gsl_histogram2d_fread :: Ptr CFile -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_shift :: FunPtr (Ptr C'gsl_histogram2d -> CDouble -> IO CInt)Source
p'gsl_histogram2d_fwrite :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_fprintf :: Ptr CFile -> Ptr C'gsl_histogram2d -> CString -> CString -> IO CIntSource
c'gsl_histogram2d_fscanf :: Ptr CFile -> Ptr C'gsl_histogram2d -> IO CIntSource
p'gsl_histogram2d_fread :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_pdf_alloc :: CSize -> CSize -> IO (Ptr C'gsl_histogram2d_pdf)Source
p'gsl_histogram2d_fprintf :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram2d -> CString -> CString -> IO CInt)Source
p'gsl_histogram2d_fscanf :: FunPtr (Ptr CFile -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_pdf_init :: Ptr C'gsl_histogram2d_pdf -> Ptr C'gsl_histogram2d -> IO CIntSource
c'gsl_histogram2d_pdf_free :: Ptr C'gsl_histogram2d_pdf -> IO ()Source
p'gsl_histogram2d_pdf_alloc :: FunPtr (CSize -> CSize -> IO (Ptr C'gsl_histogram2d_pdf))Source
p'gsl_histogram2d_pdf_init :: FunPtr (Ptr C'gsl_histogram2d_pdf -> Ptr C'gsl_histogram2d -> IO CInt)Source
c'gsl_histogram2d_pdf_sample :: Ptr C'gsl_histogram2d_pdf -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CIntSource
p'gsl_histogram2d_pdf_free :: FunPtr (Ptr C'gsl_histogram2d_pdf -> IO ())Source
p'gsl_histogram2d_pdf_sample :: FunPtr (Ptr C'gsl_histogram2d_pdf -> CDouble -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO CInt)Source
Produced by Haddock version 2.4.2