feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
12
api.hyungi.net/node_modules/@pm2/io/build/main/utils/EWMA.d.ts
generated
vendored
Normal file
12
api.hyungi.net/node_modules/@pm2/io/build/main/utils/EWMA.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export default class ExponentiallyWeightedMovingAverage {
|
||||
private _timePeriod;
|
||||
private _tickInterval;
|
||||
private _alpha;
|
||||
private _count;
|
||||
private _rate;
|
||||
private TICK_INTERVAL;
|
||||
constructor(timePeriod?: number, tickInterval?: number);
|
||||
update(n: any): void;
|
||||
tick(): void;
|
||||
rate(timeUnit: any): number;
|
||||
}
|
||||
Reference in New Issue
Block a user