Tagged articles
240 articles
Page 2 of 3
Model Perspective
Model Perspective
Nov 14, 2022 · Fundamentals

How Mathematics Revolutionized Modern Biology: From Models to Ecology

Since the mid‑20th century, the infusion of mathematical theory and computer‑driven modeling has transformed biology, spawning fields such as mathematical ecology, numerical taxonomy, statistical genetics, and numerous model‑based approaches that quantify ecological dynamics, classification, and evolutionary mechanisms.

biologycomputational biologyecology
0 likes · 4 min read
How Mathematics Revolutionized Modern Biology: From Models to Ecology
Model Perspective
Model Perspective
Nov 12, 2022 · Fundamentals

How to Perform One-Way ANOVA in Python: Theory, Example, and Code

This article explains the concept of one‑factor (one‑way) ANOVA, walks through a lamp‑life example with four manufacturing processes, derives the within‑ and between‑group sum‑of‑squares formulas, and shows how to execute the test in Python using statsmodels.

ANOVAPythonhypothesis testing
0 likes · 6 min read
How to Perform One-Way ANOVA in Python: Theory, Example, and Code
Model Perspective
Model Perspective
Nov 12, 2022 · Fundamentals

Model-Centric Statistics: From Exploratory Analysis to Bayesian Inference

This article explains the fundamentals of statistics with a model‑centric approach, covering data collection, exploratory data analysis, descriptive statistics, visualization, and the three‑step Bayesian modeling process—including hypothesis formulation, model fitting, and evaluation—while emphasizing simplicity and practical programming tools such as Python.

Modelingdata analysisstatistics
0 likes · 6 min read
Model-Centric Statistics: From Exploratory Analysis to Bayesian Inference
Model Perspective
Model Perspective
Nov 12, 2022 · Fundamentals

Why Probability Is Our Tool for Uncertainty: From Mars Life to Bayesian Logic

Exploring how probability quantifies uncertainty, the article examines questions like the chance of life on Mars, explains subjective versus objective interpretations, outlines Bayesian reasoning, Cromwell’s Rule, conditional probability, and why all probabilities can be viewed as conditional, linking logic and statistical inference.

Bayesianlogicprobability
0 likes · 6 min read
Why Probability Is Our Tool for Uncertainty: From Mars Life to Bayesian Logic
Model Perspective
Model Perspective
Nov 12, 2022 · Fundamentals

Understanding Bayes’ Theorem: From Basics to Real-World Applications

This article demystifies Bayes’ theorem by deriving it from probability multiplication rules, explaining its components—prior, likelihood, posterior, and evidence—and illustrating its significance with intuitive examples, while also discussing its role in sequential data analysis and model updating.

Bayes theoremEvidenceposterior
0 likes · 5 min read
Understanding Bayes’ Theorem: From Basics to Real-World Applications
Model Perspective
Model Perspective
Nov 12, 2022 · Fundamentals

Understanding Parameter Estimation: Point vs Interval Methods

This article explains statistical inference focusing on parameter estimation, distinguishing point estimation from interval estimation, and demonstrates how to construct confidence intervals for population means using sample data, including a practical example calculating a confidence interval for the average Sharpe ratio of equity funds.

confidence intervalinterval estimationparameter estimation
0 likes · 3 min read
Understanding Parameter Estimation: Point vs Interval Methods
Model Perspective
Model Perspective
Nov 12, 2022 · Fundamentals

Mastering Hypothesis Testing: Core Concepts, Steps, and Common Errors

This article explains the fundamentals of hypothesis testing, covering its definition, significance testing, underlying small‑probability principle, test statistics, rejection and acceptance regions for one‑ and two‑tailed tests, step‑by‑step procedures, and the two types of errors involved.

hypothesis testingsignificance levelstatistics
0 likes · 9 min read
Mastering Hypothesis Testing: Core Concepts, Steps, and Common Errors
Model Perspective
Model Perspective
Nov 9, 2022 · Fundamentals

Understanding Bayes’ Theorem: From Basics to Real-World Applications

This article introduces Bayes’ theorem, explains its derivation from probability multiplication rules, clarifies the meanings of prior, likelihood, posterior, and evidence, and illustrates why these components differ, providing intuitive examples and highlighting its importance for sequential data analysis.

Bayes theoremEvidencelikelihood
0 likes · 6 min read
Understanding Bayes’ Theorem: From Basics to Real-World Applications
Model Perspective
Model Perspective
Oct 31, 2022 · Fundamentals

Mastering the Method of Moments: Theory and Python Example

This article explains the method of moments for estimating population parameters, outlines its step‑by‑step derivation, and demonstrates a Python implementation that estimates a basketball player's shooting odds from binary outcome data using.

Pythondata analysismethod of moments
0 likes · 4 min read
Mastering the Method of Moments: Theory and Python Example
Model Perspective
Model Perspective
Oct 29, 2022 · Fundamentals

Understanding Parameter Estimation: Point vs Interval and Confidence Intervals

This article explains statistical inference focusing on parameter estimation, distinguishing point and interval estimates, describing how confidence levels relate to significance levels, and illustrating the calculation of confidence intervals for population means with a practical example using Sharpe ratios from a sample of 100 observations.

Sharpe ratioconfidence intervalparameter estimation
0 likes · 3 min read
Understanding Parameter Estimation: Point vs Interval and Confidence Intervals
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
Oct 18, 2022 · Fundamentals

How Bayesian Inference Solves the Classic Coin Toss Problem

This article introduces Bayesian inference through the classic coin‑toss example, explaining how to model bias with a beta prior and binomial likelihood, derive the posterior distribution, and understand convergence of different priors as data accumulates.

Bayesian inferenceCoin Tossbeta distribution
0 likes · 8 min read
How Bayesian Inference Solves the Classic Coin Toss Problem
Model Perspective
Model Perspective
Oct 17, 2022 · Fundamentals

Unlocking Bayes' Theorem: From Basics to Real-World Applications

Bayes' theorem, a cornerstone of probability theory, relates prior knowledge, likelihood, and evidence to compute posterior probabilities, highlighting why prior and likelihood differ, and explaining concepts such as prior, likelihood, posterior, and evidence with intuitive examples and their relevance to sequential data analysis.

Bayes theoremmachine learningposterior
0 likes · 5 min read
Unlocking Bayes' Theorem: From Basics to Real-World Applications
Model Perspective
Model Perspective
Oct 12, 2022 · Fundamentals

Mastering Model‑Centric Statistics: From Exploratory Analysis to Bayesian Inference

This article explains how statistics—through data collection, exploratory analysis, descriptive metrics, visualization, and model‑centric inference—provides a framework for understanding and predicting phenomena, emphasizing the role of programming (e.g., Python) and Bayesian modeling principles such as simplicity and the Occam razor.

Data ScienceModelingexploratory data analysis
0 likes · 6 min read
Mastering Model‑Centric Statistics: From Exploratory Analysis to Bayesian Inference
Model Perspective
Model Perspective
Oct 11, 2022 · Artificial Intelligence

Unlocking Interpretable Machine Learning: From Linear Regression to EBM

This article surveys intrinsic interpretable machine‑learning models—from classic regression, additive models, and decision trees to modern approaches like Explainable Boosting Machines, GAMINet, RuleFit, and Falling Rule Lists—explaining their principles, parameter estimation, interpretability, advantages, and limitations.

generalized linear modelinterpretable machine learninglinear regression
0 likes · 12 min read
Unlocking Interpretable Machine Learning: From Linear Regression to EBM
Model Perspective
Model Perspective
Sep 28, 2022 · Fundamentals

Understanding the Beta Distribution: PDF, CDF, and Real‑World Applications

This article explains the Beta distribution’s definition, its probability density and cumulative distribution functions, key statistical properties such as mode, mean, variance, skewness and kurtosis, and illustrates its practical use in modeling relative humidity in atmospheric studies.

beta distributioncumulative distribution functionhumidity modeling
0 likes · 4 min read
Understanding the Beta Distribution: PDF, CDF, and Real‑World Applications
Model Perspective
Model Perspective
Sep 27, 2022 · Fundamentals

Understanding the Gamma and Inverse Gamma Distributions: Definitions, Properties, and Connections

This article explains the Gamma distribution and its inverse, detailing their probability density functions, expectations, variances, special cases, and how the Gamma distribution relates to Poisson and exponential distributions, providing concise mathematical insights and reference sources.

Gamma Distributioninverse Gammaprobability theory
0 likes · 2 min read
Understanding the Gamma and Inverse Gamma Distributions: Definitions, Properties, and Connections
Model Perspective
Model Perspective
Sep 16, 2022 · Fundamentals

Unlocking the Chain Rule of Conditional Probability: A Simple Explanation

This article explains the chain rule of conditional probability, also known as the multiplication rule, by illustrating how successive events' probabilities combine, providing a clear, intuitive example that demonstrates the step‑by‑step derivation of the formula for calculating joint probabilities.

chain ruleconditional probabilitymathematics
0 likes · 1 min read
Unlocking the Chain Rule of Conditional Probability: A Simple Explanation
Model Perspective
Model Perspective
Sep 14, 2022 · Fundamentals

Why Switching Doors Doubles Your Chances: The Monty Hall Paradox Explained

The Monty Hall problem, a classic probability puzzle from the TV show "Let's Make a Deal," shows that always switching your choice after the host reveals a goat raises the chance of winning the car from one‑third to two‑thirds, a counter‑intuitive result that has fascinated mathematicians for decades.

monty hallparadoxprobability
0 likes · 5 min read
Why Switching Doors Doubles Your Chances: The Monty Hall Paradox Explained
Model Perspective
Model Perspective
Sep 11, 2022 · Fundamentals

How to Compute Cramér’s V for Categorical Data: Steps and Example

This article explains the Cramér’s V coefficient, a measure of association between categorical variables, outlines its formula, clarifies key points about the denominator and scaling, provides a step‑by‑step calculation procedure, and demonstrates the method with a practical restaurant survey example.

Cramér's Vassociation measurecategorical data
0 likes · 3 min read
How to Compute Cramér’s V for Categorical Data: Steps and Example
Model Perspective
Model Perspective
Sep 11, 2022 · Fundamentals

The Hidden Danger of Misunderstanding Moivre’s Formula in Educational Data

This article explains how overlooking Moivre’s formula can lead to misleading conclusions about school performance, demonstrates the role of sample size, standard error, confidence intervals, and hypothesis testing using real ENEM data, and clarifies common misconceptions about p‑values and confidence levels.

Moivre's formulaconfidence intervalhypothesis testing
0 likes · 15 min read
The Hidden Danger of Misunderstanding Moivre’s Formula in Educational Data
Model Perspective
Model Perspective
Sep 10, 2022 · Fundamentals

How to Determine Histogram Bin Count Using Sturges' Formula

This article explains how to calculate the number of bins for a frequency distribution histogram using Sturges' formula, illustrating the process with a sample of 50 data points where the maximum value is 980 and the minimum is 500, and shows how to derive the bin width.

HistogramSturges formulabin width
0 likes · 1 min read
How to Determine Histogram Bin Count Using Sturges' Formula
Model Perspective
Model Perspective
Sep 10, 2022 · Fundamentals

What Is Statistics? A Beginner’s Guide to Data Collection, Analysis, and Inference

This article introduces the fundamentals of statistics, covering its purpose, types, data collection methods, data organization steps, graphical representation, measures of central tendency and dispersion, probability concepts, parameter estimation, hypothesis testing, and the distinction between correlation and regression analysis.

data analysishypothesis testingprobability
0 likes · 11 min read
What Is Statistics? A Beginner’s Guide to Data Collection, Analysis, and Inference
Model Perspective
Model Perspective
Sep 9, 2022 · Fundamentals

How Random Experiments Reveal True Causal Effects in Education

This article explains why randomised experiments are the gold standard for turning correlations into causal claims, illustrates their use in evaluating online versus face‑to‑face learning, and discusses ideal experimental design, assignment mechanisms, and key take‑aways for causal inference.

causal inferenceeducationexperimental design
0 likes · 10 min read
How Random Experiments Reveal True Causal Effects in Education
Model Perspective
Model Perspective
Sep 6, 2022 · Fundamentals

How Link Functions Extend Linear Regression to Generalized Models

This article explains how the traditional linear regression assumption can be relaxed by using link functions to transform nonlinear outputs into linear responses, enabling more flexible generalized linear models for probabilities and count data.

Modelinggeneralized linear modellink function
0 likes · 1 min read
How Link Functions Extend Linear Regression to Generalized Models
Model Perspective
Model Perspective
Sep 1, 2022 · Fundamentals

Master Factor Analysis in Python: From Theory to Practical Implementation

This article explains the origins and core concepts of factor analysis, outlines its algorithmic steps, demonstrates how to perform the analysis using Python's factor_analyzer library—including data preparation, adequacy tests, eigenvalue selection, rotation, and visualization—culminating in extracting new latent variables.

Data SciencePythondimensionality reduction
0 likes · 10 min read
Master Factor Analysis in Python: From Theory to Practical Implementation
DeWu Technology
DeWu Technology
Aug 29, 2022 · Fundamentals

Fundamentals of Statistics for A/B Testing and Its Application in the DeWu Platform

A solid grasp of basic statistical concepts—such as populations, samples, means, variance, probability distributions, the Central Limit Theorem, and hypothesis testing—enables designers of A/B experiments to correctly size samples, interpret p‑values and confidence intervals, and reliably deploy DeWu’s integrated platform for automated experiment allocation, metric monitoring, and one‑click reporting, ultimately driving data‑driven product decisions.

A/B testingData-drivenconfidence interval
0 likes · 13 min read
Fundamentals of Statistics for A/B Testing and Its Application in the DeWu Platform
Model Perspective
Model Perspective
Aug 24, 2022 · Fundamentals

Unlocking Data Insights: How Principal Component Analysis Simplifies Complex Variables

Principal Component Analysis (PCA) reduces high‑dimensional data to a few uncorrelated components by maximizing variance, enabling noise reduction, visualization, and efficient modeling, with practical steps—including data standardization, covariance matrix computation, eigenvalue extraction, and component selection—illustrated through a clothing‑size measurement case study.

PCAdata analysisdimensionality reduction
0 likes · 9 min read
Unlocking Data Insights: How Principal Component Analysis Simplifies Complex Variables
Model Perspective
Model Perspective
Aug 16, 2022 · Fundamentals

13 Essential Statistical Analysis Methods Every Researcher Should Know

This article outlines thirteen key statistical techniques—including descriptive and inferential methods, hypothesis testing, reliability analysis, contingency tables, regression, clustering, discriminant, factor, and time‑series analysis—explaining their purposes, assumptions, and typical applications for researchers and data analysts.

clusteringdata analysishypothesis testing
0 likes · 25 min read
13 Essential Statistical Analysis Methods Every Researcher Should Know
Model Perspective
Model Perspective
Aug 14, 2022 · Fundamentals

Essential Probability & Statistics Resources: A Curated Guide for Learners

This article compiles a comprehensive list of links to past posts from the "Model Perspective" public account covering probability and statistics, calculus, linear algebra, and mathematical modeling, while noting upcoming collections on Python programming, academic writing, and competition analysis.

educationmathematicsprobability
0 likes · 5 min read
Essential Probability & Statistics Resources: A Curated Guide for Learners
Model Perspective
Model Perspective
Aug 9, 2022 · Fundamentals

How to Identify AR, MA, and ARMA Models Using ACF and PACF

This article explains how to recognize whether a stationary random time series follows a pure AR, pure MA, or mixed ARMA process by examining the patterns of the autocorrelation function (ACF) and the partial autocorrelation function (PACF).

AR modelARMA identificationMA model
0 likes · 7 min read
How to Identify AR, MA, and ARMA Models Using ACF and PACF
Model Perspective
Model Perspective
Jul 31, 2022 · Fundamentals

Understanding ARMA: The Core of Stationary Time Series Models

This article explains the three main types of stationary time‑series models—AR, MA, and ARMA—detailing their definitions, back‑shift operator notation, polynomial representations, and the essential stationarity and invertibility conditions required for valid modeling.

ARMAModelingTime Series
0 likes · 3 min read
Understanding ARMA: The Core of Stationary Time Series Models
Model Perspective
Model Perspective
Jul 30, 2022 · Fundamentals

When Does Mean Independence Imply Full Independence? A Deep Dive

This article defines independence for continuous random variables, introduces the weaker concept of mean‑independence, explains how it differs from linear uncorrelatedness, and presents key propositions and proofs showing that mutual independence implies mean‑independence while the converse does not hold.

independencemean-independenceprobability
0 likes · 3 min read
When Does Mean Independence Imply Full Independence? A Deep Dive
Model Perspective
Model Perspective
Jul 29, 2022 · Fundamentals

Unlocking Random Variables: Expectation, Variance, and Higher-Order Moments Explained

This article introduces the key numerical characteristics of random variables—including expectation, variance, covariance, correlation, and higher-order moments such as skewness and kurtosis—explains their definitions, properties, and relationships, and extends these concepts to random vectors and matrix representations.

Momentscovarianceprobability
0 likes · 8 min read
Unlocking Random Variables: Expectation, Variance, and Higher-Order Moments Explained
Model Perspective
Model Perspective
Jul 28, 2022 · Fundamentals

Unlocking Probability: From Basics to Conditional Distributions

This article explains the fundamentals of probability, conditional probability, independent events, the law of total probability, and both discrete and continuous probability distributions, including joint and marginal densities and conditional distributions for random variables.

conditional probabilitydistributionsprobability
0 likes · 5 min read
Unlocking Probability: From Basics to Conditional Distributions
Model Perspective
Model Perspective
Jul 28, 2022 · Fundamentals

How to Forecast Seasonal Time Series with the Seasonal Coefficient Method

Learn a step-by-step approach to predict seasonal time series—such as product sales or climate data—using the seasonal coefficient method, illustrated with a quarterly refrigerator sales case study and a complete Python implementation that computes next year's quarterly forecasts.

PythonTime Seriesseasonal forecasting
0 likes · 4 min read
How to Forecast Seasonal Time Series with the Seasonal Coefficient Method
Model Perspective
Model Perspective
Jul 24, 2022 · Artificial Intelligence

How to Build and Estimate a Logistic Regression Model for Grouped Data

This article explains the construction of logistic regression models, the use of the sigmoid function, maximum likelihood estimation, and least‑squares estimation for grouped data, illustrated with a housing‑purchase case study and complete Python code for fitting and predicting probabilities.

Maximum LikelihoodPythongrouped data
0 likes · 7 min read
How to Build and Estimate a Logistic Regression Model for Grouped Data
Model Perspective
Model Perspective
Jul 23, 2022 · Artificial Intelligence

LASSO Regression Explained: Theory, Case Studies, and Python Code

This article introduces the mathematical foundations of ordinary least squares, ridge, and LASSO regression, explains why LASSO requires coordinate descent, presents two real-world case studies with data, and provides complete Python code for fitting, visualizing, and interpreting LASSO models.

LASSOPythonmachine learning
0 likes · 8 min read
LASSO Regression Explained: Theory, Case Studies, and Python Code
Model Perspective
Model Perspective
Jul 11, 2022 · Fundamentals

How to Perform One-Way ANOVA in Python: A Step-by-Step Guide

This article explains the concept of one‑way ANOVA, walks through a real‑world example comparing four manufacturing processes, and demonstrates how to conduct the analysis in Python using statsmodels, interpreting the resulting F‑statistic and p‑value to assess significance.

ANOVAPythonStatsmodels
0 likes · 6 min read
How to Perform One-Way ANOVA in Python: A Step-by-Step Guide
Model Perspective
Model Perspective
Jul 9, 2022 · Fundamentals

How to Compute Key Statistics with NumPy and Pandas DataFrames

This guide shows how to calculate common statistical measures such as mean, median, range, variance, standard deviation, covariance, and correlation using NumPy functions, and demonstrates the equivalent operations with Pandas DataFrames, including a table of useful DataFrame methods for statistical analysis.

NumPyPythoncorrelation
0 likes · 3 min read
How to Compute Key Statistics with NumPy and Pandas DataFrames
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
Jul 6, 2022 · Fundamentals

Testing Proportions with Large Samples: Hypotheses, CI & Critical Values

This article explains how to conduct large‑sample hypothesis tests for a population proportion, covering the formulation of null and alternative hypotheses, constructing 99% confidence intervals using the Central Limit Theorem, calculating standardized test statistics, determining rejection regions, and applying the method to a real‑world soft‑drink preference case study.

confidence intervalhypothesis testinglarge sample
0 likes · 4 min read
Testing Proportions with Large Samples: Hypotheses, CI & Critical Values
Python Programming Learning Circle
Python Programming Learning Circle
Jul 4, 2022 · Fundamentals

Advanced NumPy Functions for Array Creation, Manipulation, and Analysis

This article introduces a collection of lesser‑known NumPy functions—including np.full_like, np.logspace, np.meshgrid, np.triu, np.ravel, np.vstack, np.r_, np.where, np.allclose, np.argsort, np.isneginf, np.polyfit, np.clip, np.count_nonzero, and np.array_split—demonstrating their usage with code examples and visualizations for data‑science and scientific‑computing tasks.

array manipulationdata-sciencestatistics
0 likes · 17 min read
Advanced NumPy Functions for Array Creation, Manipulation, and Analysis
Model Perspective
Model Perspective
Jun 8, 2022 · Fundamentals

Understanding Hypothesis Testing: Core Concepts, Steps, and Common Errors

This article explains the fundamentals of hypothesis testing, covering its definition, significance testing, underlying small‑probability principle, test statistics, rejection and acceptance regions, step‑by‑step procedures, and the two types of errors, providing a concise overview for statistical inference.

hypothesis testingsignificance levelstatistics
0 likes · 9 min read
Understanding Hypothesis Testing: Core Concepts, Steps, and Common Errors
Model Perspective
Model Perspective
Jun 8, 2022 · Fundamentals

Understanding the t-Distribution: Small Sample Mean Estimation Explained

This article explains the t‑distribution, its derivation from the normal and chi‑square distributions, illustrates how its shape changes with degrees of freedom, and shows how to construct confidence intervals for population means when sample sizes are small and the population variance is unknown.

confidence intervalprobabilitysmall sample
0 likes · 5 min read
Understanding the t-Distribution: Small Sample Mean Estimation Explained
21CTO
21CTO
Jun 6, 2022 · Databases

Estimating Oracle Data Pump Export Size Without Impacting Production

This article explains how to use Oracle Data Pump's ESTIMATE and ESTIMATE_ONLY parameters to assess the size of a 1 TB production database for migration, compares BLOCKS and STATISTICS estimation methods, and details best practices for gathering accurate optimizer statistics with ANALYZE and DBMS_STATS.

DBMS_STATSData PumpOracle
0 likes · 10 min read
Estimating Oracle Data Pump Export Size Without Impacting Production
Model Perspective
Model Perspective
Jun 2, 2022 · Fundamentals

Understanding Simple and Multivariate Linear Regression Models

This article introduces the basics of simple (univariate) linear regression and extends to multivariate linear regression, explaining their regression equations, the use of the least‑squares method to estimate parameters, and the practical relevance of multiple predictors in modeling real‑world phenomena.

Least Squaresmachine learningmultivariate analysis
0 likes · 3 min read
Understanding Simple and Multivariate Linear Regression Models
Model Perspective
Model Perspective
Jun 1, 2022 · Fundamentals

How the Central Limit Theorem Powers Confidence Intervals and Sample Estimates

This article explains the Central Limit Theorem, distinguishes standard deviation from standard error, illustrates the 3‑σ rule, and shows how confidence levels, significance levels, and interval estimation combine to derive reliable confidence intervals for large‑sample population mean estimates.

Samplingcentral limit theoremconfidence interval
0 likes · 9 min read
How the Central Limit Theorem Powers Confidence Intervals and Sample Estimates
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
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
May 23, 2022 · Fundamentals

Understanding Causality: Philosophical Foundations, Causal Networks, and Simpson’s Paradox

The article explores the concept of causality from philosophical definitions and INUS conditions to statistical approaches like Granger causality, introduces causal network structures (chain, fork, collider), and demonstrates their use in resolving Simpson’s paradox through epidemiological and medical examples.

causal networkscausalityepidemiology
0 likes · 12 min read
Understanding Causality: Philosophical Foundations, Causal Networks, and Simpson’s Paradox
Model Perspective
Model Perspective
May 22, 2022 · Fundamentals

Unlocking Bayes' Theorem: Intuitive Examples of Lies and Disease Diagnosis

This article introduces Bayes' theorem, explains its derivation from conditional probability, and demonstrates its counter‑intuitive power through two practical examples—a liar’s dice claim and a medical test scenario—showing how prior probabilities dramatically affect posterior conclusions.

Bayes theoremdecision makingmedical diagnosis
0 likes · 4 min read
Unlocking Bayes' Theorem: Intuitive Examples of Lies and Disease Diagnosis
Model Perspective
Model Perspective
May 2, 2022 · Fundamentals

Bernoulli, Binomial, Poisson & Exponential Distributions Explained with Examples

This article introduces the Bernoulli, Binomial, Poisson, and Exponential probability distributions, detailing their definitions, key properties, and real‑world examples such as lottery draws, loan‑approval counts, rare market events, and inventory control, while illustrating how the Binomial converges to the Poisson and linking to the Exponential inter‑arrival times.

BernoulliBinomialExponential
0 likes · 7 min read
Bernoulli, Binomial, Poisson & Exponential Distributions Explained with Examples
Python Programming Learning Circle
Python Programming Learning Circle
Apr 12, 2022 · Fundamentals

Implementing Common Hypothesis Tests in Python: Z‑test, t‑test, F‑test and Data Exploration

This article demonstrates how to conduct various hypothesis tests—including Z‑test, one‑sample and two‑sample t‑tests, F‑test, as well as distribution fitting and outlier detection—using Python libraries such as Statsmodels, SciPy, and pandas on both the Iris dataset and a human temperature dataset.

PythonZ-testdata analysis
0 likes · 9 min read
Implementing Common Hypothesis Tests in Python: Z‑test, t‑test, F‑test and Data Exploration
Python Programming Learning Circle
Python Programming Learning Circle
Jan 15, 2022 · Fundamentals

Python xlwings & pandas tutorials for batch sorting, summarizing, and statistical analysis of Excel workbooks

This article presents a series of Python examples using xlwings and pandas to batch‑sort worksheets, filter and aggregate data across multiple workbooks, compute summary statistics, perform correlation, ANOVA, regression, and generate pivot tables and visualizations, illustrating practical Excel automation and data‑analysis techniques.

data-analysisexcel-automationmachine-learning
0 likes · 22 min read
Python xlwings & pandas tutorials for batch sorting, summarizing, and statistical analysis of Excel workbooks
ByteDance Data Platform
ByteDance Data Platform
Jan 14, 2022 · Product Management

Why A/B Testing Matters: Theory, ByteDance Architecture & Best Practices

This article explains why A/B testing is crucial for data‑driven product decisions, outlines ByteDance’s A/B testing system architecture across multiple layers, describes client‑ and server‑side experiment workflows, shares statistical best practices, and presents real‑world case studies illustrating hypothesis generation, evaluation, and future industry trends.

A/B testingByteDanceData-driven
0 likes · 15 min read
Why A/B Testing Matters: Theory, ByteDance Architecture & Best Practices
Python Programming Learning Circle
Python Programming Learning Circle
Oct 11, 2021 · Fundamentals

Essential Pandas Techniques for Data Analysis in Python

This article presents a comprehensive guide to essential Pandas operations, including creating Series and DataFrames, common methods for data selection, indexing, grouping, reading and writing files, handling missing values, sorting, statistical analysis, and data transformation, with practical code examples for each feature.

data analysisdata cleaningdataframe
0 likes · 16 min read
Essential Pandas Techniques for Data Analysis in Python
Volcano Engine Developer Services
Volcano Engine Developer Services
Aug 19, 2021 · Product Management

Mastering A/B Testing: Architecture, Best Practices, and Real-World Insights

This article explains why A/B testing is essential, defines the methodology, details Volcano Engine's multi‑layer A/B testing architecture, outlines client and server experiment flows, shares statistical analysis practices, best‑practice guidelines, future trends, and answers common questions.

A/B testingData-drivenexperiment design
0 likes · 17 min read
Mastering A/B Testing: Architecture, Best Practices, and Real-World Insights
TAL Education Technology
TAL Education Technology
Aug 12, 2021 · Fundamentals

Statistical Foundations and Practical Applications of A/B Testing

This article explains the statistical principles behind A/B testing, covering concepts such as populations, samples, parameters, hypothesis testing, significance levels, t‑tests, metric types, p‑value calculations, and real‑world examples to guide data‑driven product decisions.

A/B testingMetric Evaluationexperiment design
0 likes · 12 min read
Statistical Foundations and Practical Applications of A/B Testing
Python Programming Learning Circle
Python Programming Learning Circle
Aug 6, 2021 · Fundamentals

A Comprehensive List of Commonly Used Pandas Functions Categorized by Purpose

This article presents a curated collection of 100 frequently used pandas functions, organized into six categories—statistical aggregation, data cleaning, data selection, plotting and element‑wise operations, time‑series utilities, and miscellaneous helpers—providing concise Chinese explanations for each function’s purpose.

Pythondata analysisdata cleaning
0 likes · 10 min read
A Comprehensive List of Commonly Used Pandas Functions Categorized by Purpose
Alimama Tech
Alimama Tech
Jul 8, 2021 · Product Management

Understanding Online Experiments: Origins, Development, Types, and Applications

Online experiments, rooted in biomedical randomized controlled trials, have become essential for internet businesses to achieve data‑driven growth by providing causal inference, quantifying value, and managing risk through various designs such as AB, ABn, AA, multivariate and quasi‑experimental tests.

Data-drivencausal inferenceonline experiments
0 likes · 18 min read
Understanding Online Experiments: Origins, Development, Types, and Applications
Sohu Tech Products
Sohu Tech Products
Jun 23, 2021 · Backend Development

Using Redis Data Structures for Efficient Large‑Scale Statistics: Cardinality, Sorting, and Aggregation

The article explains how to choose appropriate Redis data structures—such as Bitmap, HyperLogLog, Set, List, Hash, and Sorted Set—to efficiently handle massive statistical scenarios like UV counting, ranking, and set‑based aggregation, while providing concrete command examples and performance considerations.

Data StructuresHyperLogLogSorted Set
0 likes · 13 min read
Using Redis Data Structures for Efficient Large‑Scale Statistics: Cardinality, Sorting, and Aggregation
DataFunTalk
DataFunTalk
Jun 12, 2021 · Artificial Intelligence

An Introduction to Machine Learning: Concepts, Learning Path, and Knowledge System

This article provides a comprehensive overview of machine learning, explaining core AI terminology, distinguishing statistics, statistical learning, and machine learning, outlining a three‑part learning roadmap covering mathematical foundations, algorithms, and Python programming practice, and offering curated resources for building a solid knowledge system.

AI fundamentalsDeep Learninglearning roadmap
0 likes · 8 min read
An Introduction to Machine Learning: Concepts, Learning Path, and Knowledge System
Didi Tech
Didi Tech
May 21, 2021 · Fundamentals

Introduction to Causal Inference and Its Application in Ride‑Hailing Business

The article introduces causal inference for ride‑hailing businesses, explaining the difference between causality and correlation, common misconceptions, and how randomized experiments and observational techniques like propensity‑score matching can quantify effects of actions such as coupons, driver assignments, and platform growth decisions.

Ride Hailingbusiness decisioncausal inference
0 likes · 7 min read
Introduction to Causal Inference and Its Application in Ride‑Hailing Business
Aotu Lab
Aotu Lab
May 20, 2021 · Artificial Intelligence

Why Linear Regression Matters: Theory, Python Implementation, and Boston Housing Prediction

An enthusiastic overview walks through the fundamentals of linear and multivariate regression, explains loss functions and least‑squares optimization, shows Python implementations of fit and predict, and applies the model to the classic Boston housing dataset to illustrate feature impact and prediction.

Pythonhousing price predictionlinear regression
0 likes · 10 min read
Why Linear Regression Matters: Theory, Python Implementation, and Boston Housing Prediction
FunTester
FunTester
Mar 16, 2021 · Operations

How to Capture Per‑API Response Times in Load Tests with Groovy Scripts

This article explains how to extend a performance testing framework to record and visualize individual HTTP interface latencies by parsing consolidated logs, grouping timings by URL, and using a Groovy script with StatisticsUtil to generate response‑time charts.

BackendGroovyLoad Testing
0 likes · 5 min read
How to Capture Per‑API Response Times in Load Tests with Groovy Scripts
Python Programming Learning Circle
Python Programming Learning Circle
Dec 16, 2020 · Artificial Intelligence

Linear Regression Theory and Python Implementation with Iris and Boston Datasets

This article explains the fundamentals of linear regression, including regression formulas, loss functions, and error metrics, and provides complete Python code using scikit‑learn to perform both simple and multiple linear regression on the Iris and Boston housing datasets, along with model evaluation and visualization.

Data SciencePythonlinear regression
0 likes · 7 min read
Linear Regression Theory and Python Implementation with Iris and Boston Datasets
Top Architect
Top Architect
Jul 29, 2020 · Fundamentals

2020 China University Graduate Employment Report: Salary Rankings and Green/Red Major Analysis

The 2020 China University Graduate Employment Report reveals that 2019 graduates earned an average monthly salary of 5,440 yuan, with computer science leading among undergraduates, while inflation‑adjusted starting salaries rose 23.6% for bachelor's and 15.7% for vocational graduates, and highlights green (high‑demand) and red (low‑demand) majors.

ChinaGraduatesemployment
0 likes · 4 min read
2020 China University Graduate Employment Report: Salary Rankings and Green/Red Major Analysis
DevOps
DevOps
Jul 8, 2020 · Operations

Design and Implementation of an A/B Evaluation System for Meituan Delivery

This article describes how Meituan's delivery team built a comprehensive A/B testing evaluation platform, covering the motivation for a robust assessment framework, the architecture of the platform with three functional modules, the statistical methods for reliable experiment design, and the practical implementation details that enable data‑driven operational decisions.

A/B testingData-drivenMeituan
0 likes · 20 min read
Design and Implementation of an A/B Evaluation System for Meituan Delivery
Python Programming Learning Circle
Python Programming Learning Circle
Apr 20, 2020 · Fundamentals

Understanding Binomial Distribution, Permutations, Combinations, and Their Python Implementations

This article introduces the fundamentals of binomial and Bernoulli distributions, explains permutations and combinations, provides Python functions to compute them, demonstrates probability calculations and visualizations with matplotlib and plotly, and shows a maximum likelihood estimation example for binomial parameters.

MLEbinomial distributioncombinatorics
0 likes · 8 min read
Understanding Binomial Distribution, Permutations, Combinations, and Their Python Implementations
DataFunTalk
DataFunTalk
Aug 20, 2019 · Artificial Intelligence

The Story of Machine Learning: Why Machines Can Learn and How Statistical Learning Makes It Possible

This article explains why machine learning relies on big‑data statistical learning, illustrating human learning through induction and deduction, presenting case studies that highlight the limits of anecdotal reasoning, and introducing the law of large numbers and probabilistic trust as foundations for reliable AI models.

Big DataLearning Theorymachine learning
0 likes · 19 min read
The Story of Machine Learning: Why Machines Can Learn and How Statistical Learning Makes It Possible
Didi Tech
Didi Tech
Aug 9, 2019 · Artificial Intelligence

Didi's Participation in JSM 2019: Four Accepted Papers and AI‑Driven Insights

At JSM 2019 in Denver, Didi’s AI Labs returned with four accepted papers on equilibrium metrics, EV ride‑sharing, supply‑balance and user lifetime value, delivered a keynote on AI for marketplaces, hosted a technical salon, and used the conference as a recruiting showcase.

ride-sharingstatisticssupply demand
0 likes · 6 min read
Didi's Participation in JSM 2019: Four Accepted Papers and AI‑Driven Insights
AntTech
AntTech
May 29, 2019 · Databases

OceanBase Query Optimizer: Challenges, Techniques, and Engineering Practices

This article examines the core challenges of query optimization in relational databases—accurate statistics, massive plan spaces, and efficient plan management—and explains how OceanBase addresses them through logical/physical row concepts, real‑time statistics, distributed two‑stage planning, adaptive caching, and plan evolution mechanisms.

Cost ModelLSM-TreeOceanBase
0 likes · 15 min read
OceanBase Query Optimizer: Challenges, Techniques, and Engineering Practices
Alibaba Cloud Developer
Alibaba Cloud Developer
May 22, 2019 · Artificial Intelligence

Mastering Anomaly Detection: From Moving Averages to Isolation Forests

This comprehensive guide explores a wide range of anomaly detection techniques—including time‑series methods, statistical models, distance‑based approaches, tree‑based isolation forests, graph algorithms, behavior‑sequence Markov models, and supervised machine‑learning models—detailing their principles, formulas, and practical scenarios for detecting outliers in advertising, fraud, and system monitoring.

Isolation ForestTime Seriesanomaly detection
0 likes · 19 min read
Mastering Anomaly Detection: From Moving Averages to Isolation Forests
Ctrip Technology
Ctrip Technology
Apr 11, 2019 · Artificial Intelligence

An Overview of Anomaly Detection Methods and Their Applications

This article introduces the concept of anomaly detection, outlines common application scenarios such as ELT pipelines, feature engineering, A/B testing, and fraud detection, and reviews various detection methods—including statistical models, machine learning, rule‑based logic, and density‑based techniques—while discussing practical implementation considerations.

Data QualityTime Seriesanomaly detection
0 likes · 12 min read
An Overview of Anomaly Detection Methods and Their Applications