EN: The lognormal distribution for asset prices, Monte Carlo simulation, and bootstrap resampling.
VN: Phân phối lognormal, mô phỏng Monte Carlo, bootstrap resampling.
EN: If continuously compounded returns are normally distributed, then prices follow a lognormal distribution — bounded below at zero and right-skewed.
VN: Nếu log-return phân phối chuẩn, giá tài sản phân phối lognormal — không âm, lệch phải.
Stock price S = $100 today. Continuously compounded annual return is N(μ=8%, σ=20%). What is E(P_T) for T = 1 year?
EN: Continuously compounded returns aggregate (sum) over time — the T-period mean and variance scale linearly.
VN: Log-return cộng dồn theo thời gian — mean và variance scale tuyến tính theo T.
Daily continuously compounded return has μ = 0.04% and σ = 1%. What is the annualized volatility (252 trading days)?
EN: Standard Monte Carlo step for one period — draw a standard-normal shock and translate to the log-return.
VN: Bước Monte Carlo: rút mẫu \(Z\) chuẩn và quy đổi sang log-return.
S = $50, μ = 6%, σ = 25%, Δt = 1/252 (daily), Z = +1.5 drawn. Compute next-day price.
Use cases: option pricing (path-dependent), VaR, retirement planning, complex CF models.
EN: Estimate the sampling distribution of a statistic by repeatedly drawing samples (with replacement) from the observed dataset.
VN: Ước lượng phân phối mẫu của một thống kê bằng cách rút mẫu có hoàn lại từ dataset đã có.
Advantage over Monte Carlo: No distribution assumption — directly resamples observed data.