informacje_kal: Rysuje jakość kalibracji

Description Usage Arguments

Description

Rysuje jakość kalibracji

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
informacje_kal(
  score,
  default,
  estym,
  buckets = 20,
  span = 0.8,
  hist_col = "blue",
  ylab = c("Frequency", "BR"),
  xlab = "Calibrated score",
  legx = 0,
  legy = 0,
  legcex = 1,
  leg.label = quote(c("Observations frequency", "Average LGD", "Smoothed average LGD",
    "Expected LGD")),
  ylim2 = NULL,
  ...
)

Arguments

score

score.

default

default.

estym

wartości wyestymowane przez model.

buckets

Sugerowana liczba bucketów.

span

Współczynnik wygładzający, wykorzystywany przez funkcję locfit

hist_col

Kolor histogramu

ylab

Label

xlab

Label

legx

położenie legendy

legy

położenie legendy

legcex

położenie legendy.

leg.label

etykiety do legendy.

ylim2

ograniczenie y-ka.

...

dodatkowe parametry do funkcji plot.


michaldanaj/MDBinom documentation built on June 13, 2020, 11:21 p.m.