시간,time

시간,time (rev. 1.32)


some random links:
https://en.wikipedia.org/wiki/Moving-average_model
https://en.wikipedia.org/wiki/Autoregressive_model
autoregressive–moving-average (ARMA)
https://en.wikipedia.org/wiki/Autoregressive_moving-average_model 자동회귀이동평균(ARMA : Autoregressive moving average) 모델
autoregressive integrated moving average (ARIMA)
https://en.wikipedia.org/wiki/Autoregressive_integrated_moving_average 자동회귀누적이동평균 or https://ko.wikipedia.org/wiki/자기회귀누적이동평균

}

realtime / real-time / real time
realtime / real-time / real_time
realtime / real-time / real_time /// 셋중에 pagename TBD.
{
번역은
실시간
리얼타임
....





compile_time = compile-time - 컴파일러,compiler 컴파일,compile compilation
=,compile_time =,compile-time .
{
WpKo:컴파일_타임 = https://ko.wikipedia.org/wiki/컴파일_타임
WpEn:Compile_time = https://en.wikipedia.org/wiki/Compile_time
}
link_time =,link_time . link_time
{
WtEn:link_time = https://en.wiktionary.org/wiki/link_time
WpKo:링크_타임 = https://ko.wikipedia.org/wiki/링크_타임
WpEn:Link_time = https://en.wikipedia.org/wiki/Link_time
}
load_time =,load_time . load_time
{
WtEn:load_time = https://en.wiktionary.org/wiki/load_time
wpen없음. 로더,loader 로딩,loading
}
runtime = run_time = run-time | =,runtime =,run_time =,run-time (PAGENAME TBD) =런타임, =실행시간, ? ...
{
runtime = run_time = run-time = 런타임


Sub:
runtime_library (RTL이라고 줄이는 경우가 많음)
APR = Apache_Portable_Runtime // 이건 기계적인 subpage designation.
{
Apache Portable Runtime (APR)
https://apr.apache.org/
}






MKLINK
지연,delay은 시간이 늦추어지는..? time_shift 의 일종?
시간은 자원,resource의 일종임
복잡도,complexity esp. 계산복잡도,computational_complexity에는 공간복잡도와 시간복잡도가 있다 - 시간복잡도,time_complexity
동기화,synchronization는 대체로 시간의 차이를 없애거나 즉 일치화시키거나 timing을 맞추거나 등등... 아무튼 adjustment. 자원,resource에 대한 접근,access이나 multi- 환경에서 자주 나오는..
synchronous adj. - 명사형 NdEn:synchronicity WtEn:synchronicity https://www.merriam-webster.com/dictionary/synchronicity
asynchronous adj. - 명사형 NdEn:asynchronicity WtEn:asynchronicity https://www.merriam-webster.com/dictionary/asynchronicity
클록,clock
pulse 맥박 펄스
시계열,time_series - VG:시계열,time_series
타이머,timer
{
rel. timer_interrupt (인터럽트,interrupt)

Python_decorator ( 파이썬,Python [[데커레이터,decorator] ) 로 편리하게 뭔가에(호출,call에) 걸리는 시간을 측정 가능.
i.e. decorator로 timer 구현하기:
## 이렇게 정의하고,
import time

def measure_time(func):
    def wrapper():
        start = time.time()
        func()
        end = time.time()
        print(f"Execution time: {end - start} seconds")
    return wrapper
## 이렇게 쓸 수 있다
@measure_time
def hello():
    print("Hello, world!")

hello()
See https://medium.com/@ayush-thakur02/python-decorators-that-can-reduce-your-code-by-half-b19f673bc7d8

}

PL API/builtin functions

여기선 'datetime' 또는 'chrono'라는 표현이 많이 쓰임


확률론에서


//we
"In probability theory,
in particular in the study of stochastic_processes, // 확률과정,stochastic_process - VG:확률과정,stochastic_process
a stopping time (also Markov time, Markov moment, optional stopping time or optional time) // aka Markov_time Markov_moment optional_stopping_time optional_time
is a specific type of “random_time”: a random_variable whose value is interpreted as the time at which a given stochastic process exhibits a certain behavior of interest. // random_time =,random_time .
A stopping time is often defined by a stopping_rule, a mechanism for deciding whether to continue or stop a process on the basis of the present position and past events, and which will almost always lead to a decision to stop at some finite time. // decision =,stopping_rule .
Stopping times occur in decision_theory , and the optional_stopping_theorem is an important result in this context. " // decision_theory optional_stopping_theorem