Chapter 14 - 0 ) Optimization Introduction 본문
Applied/Statistical Computing
Chapter 14 - 0 ) Optimization Introduction
TaeTrix 2022. 11. 17. 17:14





참고
1. Bisection Method
https://byjus.com/maths/bisection-method/
Bisection Method - Definition, Procedure, and Example
The bisection method is used to find the roots of an equation. It subdivides the interval in which the root of the equation lies. For more info, visit BYJU’S.
byjus.com
2. secant Method
Secant Method
SECANT METHOD The Newton-Raphson algorithm requires the evaluation of two functions (the function and its derivative) per each iteration. If they are complicated expressions it will take considerable amount of effort to do hand calculations or large amount
math.iitm.ac.in
'Applied > Statistical Computing' 카테고리의 다른 글
Chapter 14.5 ) The EM - Algorithm (0) | 2022.11.22 |
---|---|
Chapter 14 - 1 ) Quasi-Newton Algorithm (0) | 2022.11.18 |
Bootstrap estimate of bias (0) | 2022.11.13 |
Empirical Distribution (0) | 2022.11.12 |
Chapter 13- 2,3) Gaussian Quadrature and Laplace Approximation (0) | 2022.11.10 |
Comments