loss2_ccsvm | R Documentation |
Compute composite loss value for epsilon-insensitive type function
loss2_ccsvm(y, f, weights, cfun, dfun, s, eps, delta=0.0001)
y |
response variable values |
f |
fitted values of |
weights |
observation weights, same length as |
cfun |
integer from 1-8, concave function as in |
dfun |
integer value, only |
s |
tuning parameter of |
delta |
a small positive number provided by user only if |
eps |
non-negative parameter for epsilon-insensitive loss |
For large s
values, the loss can be 0 with cfun=2,3,4
, or "acave", "bcave", "ccave".
Weighted loss values
Zhu Wang <wangz1@uthscsa.edu>
Zhu Wang (2020) Unified Robust Estimation, arXiv e-prints, https://arxiv.org/abs/2010.02848
ccglmreg
,
loss2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.