블로그
-
시스템 다이내믹스에서 기계 학습 알고리즘 구현하기
SD에서 흔히 사용하는 방식: •Q(s,a) → Level/Stock이 아니라 auxiliary array variable •업데이트식 → “discrete-time equation ” •TIME STEP = 1 (또는 0.25 등) •Matrix function으로 max(Q[s’,*]) 계산 SD 모델러들이 실제로 쓰는 방식 •Q[s,a]를 array variable로
blog.naver.com · 2025.12.04
-
[Perl] 1.15. Keywords related to classes and object-orientedness
to an object class ) tied - (get a reference to the object underlying a tied variable) untie - (break a tie binding to a variable) use - (load in a module at compile time)
blog.naver.com · 2021.08.30
-
AR test 결과
lnE lnLEV ASSET, lags(1) twostep System dynamic panel-data estimation Number of obs = 295 Group variable : Code Number of groups = 55 Time variable: year Obs per group: min = 1 avg = 5.363636 max = 7 Number
blog.naver.com · 2021.04.14
-
STATA 공부
패널데이터 구조 파악 . tsset Code year panel variable: Code (unbalanced) time variable: year, 2012 to 2019, but
blog.naver.com · 2021.04.07
-
IFRS 15 : Revenue
pattern of transfer to the customer) 3. calculate transaction price - transaction price가 영향 받는 요소: variable consideration(변동대가: royalty, refund liability...), discounts, time value(1년미만이면 생각x), discount rate(
blog.naver.com · 2021.04.13
-
C++0x Lambda
I’ll use a better example next time. (no name) asked: "How are local variables captured?" So this example is illegal because it tries to use a local variable: int numWidgets = 0; for_each( v.begin
blog.naver.com · 2010.03.31
-
plsql 커서 사용법
A variable created based on such a data type is generally called a cursor variable. A cursor variable can be associated with different queries at run-time.
blog.naver.com · 2009.08.07