mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
/// Peter J. Huber - "Robust Estimation of a Location Parameter"
|
||||
/// https://projecteuclid.org/euclid.aoms/1177703732
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Huber : AbstractBase
|
||||
{
|
||||
|
||||
@@ -27,7 +27,6 @@ namespace QuanTAlib;
|
||||
/// https://en.wikipedia.org/wiki/Mean_absolute_error
|
||||
/// https://www.statisticshowto.com/absolute-error/
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mae : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Also known as MAPE (Mean Absolute Percentage Error) in some contexts
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mapd : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Also known as MAPD (Mean Absolute Percentage Deviation) in some contexts
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mape : AbstractBase
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ namespace QuanTAlib;
|
||||
/// Rob J. Hyndman - "Another Look at Forecast-Accuracy Metrics for Intermittent Demand"
|
||||
/// https://robjhyndman.com/papers/another-look-at-measures-of-forecast-accuracy/
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mase : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
/// https://www.sciencedirect.com/science/article/abs/pii/S0169207016000121
|
||||
/// "Evaluating Forecasting Performance" - International Journal of Forecasting
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mda : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Also known as Mean Bias Error (MBE) or Mean Signed Difference (MSD)
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Me : AbstractBase
|
||||
{
|
||||
|
||||
@@ -30,7 +30,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Similar to MAPE but allows error cancellation
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mpe : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Often used in optimization due to its mathematical properties
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Mse : AbstractBase
|
||||
{
|
||||
|
||||
@@ -30,7 +30,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Often used in cases where target values follow exponential growth
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Msle : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Values greater than 1 indicate predictions worse than using zero
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Rae : AbstractBase
|
||||
{
|
||||
|
||||
@@ -30,7 +30,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Square root of MSE, making it more interpretable in original units
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Rmse : AbstractBase
|
||||
{
|
||||
|
||||
@@ -31,7 +31,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Square root of MSLE, useful for data with exponential growth
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Rmsle : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Values less than 1 indicate predictions better than using mean
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Rse : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: Can be negative if predictions are worse than using the mean
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Rsquared : AbstractBase
|
||||
{
|
||||
|
||||
@@ -29,7 +29,6 @@ namespace QuanTAlib;
|
||||
///
|
||||
/// Note: More stable than MAPE when actual values are close to zero
|
||||
/// </remarks>
|
||||
|
||||
[SkipLocalsInit]
|
||||
public sealed class Smape : AbstractBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user