Data, Variables, Samples, and Measurement
10 algorithms in Financial Mathematics, Statistics, and Data Foundations · 10 with asserted arithmetic.
In this family#
-
Observations, Entities, Variables, and Datasets verified
observationsEntitiesVariablesAndDatasets(input) -
Numeric, Categorical, Ordinal, and Binary Variables verified
numericCategoricalOrdinalAndBinaryVariables(input) -
Population, Sample, Census, and Sampling Frame verified
populationSampleCensusAndSamplingFrame(input) -
Cross-Sectional, Time-Series, Panel, and Event Data verified
crossSectionalTimeSeriesPanelAndEventData(input) -
Identifiers, Keys, Joins, and Data Grain verified
identifiersKeysJoinsAndDataGrain(input) -
Timestamps, Time Zones, Calendars, and Observation Time verified
timestampsTimeZonesCalendarsAndObservationTime(input) -
Missing, Nonfinite, Censored, and Truncated Values verified
missingNonfiniteCensoredAndTruncatedValues(input) -
Measurement Error, Resolution, Accuracy, and Precision verified
measurementErrorResolutionAccuracyAndPrecision(input) -
Revisions, Vintages, and Point-in-Time Availability verified
revisionsVintagesAndPointInTimeAvailability(input) -
Data Provenance, Lineage, Ownership, and Licensing verified
dataProvenanceLineageOwnershipAndLicensing(input)
What they share#
Every topic here is a record-transform, so once you have
called one the rest follow the same shape. Import paths differ only in the final segment:
import { observationsEntitiesVariablesAndDatasets } from "fintech-algorithms/financial-mathematics-statistics-and-data-foundations/data-variables-samples-and-measurement/observations-entities-variables-and-datasets";
import { numericCategoricalOrdinalAndBinaryVariables } from "fintech-algorithms/financial-mathematics-statistics-and-data-foundations/data-variables-samples-and-measurement/numeric-categorical-ordinal-and-binary-variables";Read them in the order above — the sequence is pedagogical, not alphabetical.
Where this sits#
Financial Mathematics, Statistics, and Data Foundations collects 120 algorithms across 12 families. For the concept behind this family rather than the call signatures, see the concept guides.