Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
writeCalC14CalRangeSummaries :: FilePath -> [CalC14] -> IO ()currycarbon Currycarbon Write CalRangeSummarys to the file system. The output file is a .tsv file with the following structure:
id startTwoSigmaYearBCAD startOneSigmaYearBCAD medianYearBCAD stopOneSigmaYearBCAD stopTwoSigmaYearBCAD Sample1 -3941 -3894 -3773 -3709 -3655 Sample3 -2572 -2566 -2527 -2472 -2467
-
currycarbon Currycarbon.ParserHelpers No documentation available.
-
currycarbon Currycarbon.ParserHelpers No documentation available.
appendCalC14CalRangeSummary :: FilePath -> CalC14 -> IO ()currycarbon Currycarbon.Parsers No documentation available.
renderCalC14CalRangeSummaryForFile :: CalC14 -> Stringcurrycarbon Currycarbon.Parsers No documentation available.
renderCalRangeSummary :: CalRangeSummary -> Stringcurrycarbon Currycarbon.Parsers No documentation available.
writeCalC14CalRangeSummaries :: FilePath -> [CalC14] -> IO ()currycarbon Currycarbon.Parsers Write CalRangeSummarys to the file system. The output file is a .tsv file with the following structure:
id startTwoSigmaYearBCAD startOneSigmaYearBCAD medianYearBCAD stopOneSigmaYearBCAD stopTwoSigmaYearBCAD Sample1 -3941 -3894 -3773 -3709 -3655 Sample3 -2572 -2566 -2527 -2472 -2467
writeCalC14CalRangeSummary :: FilePath -> CalC14 -> IO ()currycarbon Currycarbon.Parsers No documentation available.
-
currycarbon Currycarbon.Types A data type to store a simple range summary of the calibrated date, including the median age
CalRangeSummary :: YearBCAD -> YearBCAD -> YearBCAD -> YearBCAD -> YearBCAD -> CalRangeSummarycurrycarbon Currycarbon.Types No documentation available.