Tagged articles
6 articles
Page 1 of 1
Model Perspective
Model Perspective
Oct 27, 2022 · Fundamentals

Understanding Data Dispersion: From Range to Kurtosis

This article explains key measures of statistical dispersion—including range, mean absolute deviation, variance, standard deviation, coefficient of variation, skewness, and kurtosis—illustrating how each quantifies data spread and why they matter in financial risk analysis.

dispersionkurtosisskewness
0 likes · 4 min read
Understanding Data Dispersion: From Range to Kurtosis
Model Perspective
Model Perspective
Jul 8, 2022 · Fundamentals

Unlocking Statistics: Key Concepts from Samples to Skewness Explained

This article introduces the fundamentals of statistical analysis, covering the distinction between populations and samples, constructing frequency tables and histograms, and explaining essential descriptive measures such as mean, median, variance, standard deviation, range, skewness, kurtosis, covariance, and correlation coefficients.

HistogramPopulationcorrelation
0 likes · 5 min read
Unlocking Statistics: Key Concepts from Samples to Skewness Explained
Model Perspective
Model Perspective
Jun 1, 2022 · Fundamentals

Master the Basics of Statistics: Populations, Samples, and Descriptive Measures

This article introduces fundamental statistical concepts—including populations, samples, measures, parameters, descriptive and inferential statistics—explains the relationship between samples and populations, and details key descriptive metrics such as mean, variance, percentiles, box plots, violin plots, and z‑scores.

Populationdescriptive statisticssample
0 likes · 9 min read
Master the Basics of Statistics: Populations, Samples, and Descriptive Measures
DaTaobao Tech
DaTaobao Tech
May 9, 2022 · Fundamentals

TypeScript 4.7 Beta Feature Overview

TypeScript 4.7 beta, released April 8 2022, introduces Node.js ES‑module support, module‑detection control, computed‑property flow analysis, generic instantiation expressions, infer‑extends constraints, variance annotations, private‑field typeof, custom module suffixes, import‑assertion resolution modes, and assorted editor and type‑system enhancements while tightening some compatibility checks.

BetaGenericsTypeScript
0 likes · 23 min read
TypeScript 4.7 Beta Feature Overview
ELab Team
ELab Team
Dec 8, 2021 · Frontend Development

Understanding Covariance, Contravariance, and Bivariance in TypeScript

This article explains TypeScript's covariant, contravariant, bivariant, and invariant type relationships, why methods and function properties behave differently under strictFunctionTypes, how ESLint's @typescript-eslint/method-signature-style rule enforces function property signatures, and practical ways to achieve safer type definitions.

TypeScriptbivariancecontravariance
0 likes · 11 min read
Understanding Covariance, Contravariance, and Bivariance in TypeScript