percentile

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2023 License: Apache-2.0, BSD-2-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPrediction

func NewPrediction(realtimeProvider providers.RealTime, historyProvider providers.History) prediction.Interface

Types

type Estimator

type Estimator interface {
	GetEstimation(h vpa.Histogram) float64
}

func NewPercentileEstimator

func NewPercentileEstimator(percentile float64) Estimator

func WithMargin

func WithMargin(marginFraction float64, baseEstimator Estimator) Estimator

func WithTargetUtilization added in v0.5.0

func WithTargetUtilization(targetUtilization float64, baseEstimator Estimator) Estimator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL