mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 17:48:05 +00:00
TR and ATR
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
/**
|
||||
WMAPE: Weighted Mean Absolute Percentage Error
|
||||
namespace QuanTAlib;
|
||||
using System;
|
||||
|
||||
Measures the size of the error in percentage terms
|
||||
/* <summary>
|
||||
WMAPE: Weighted Mean Absolute Percentage Error
|
||||
Measures the size of the error in percentage terms
|
||||
|
||||
Sources:
|
||||
https://en.wikipedia.org/wiki/WMAPE
|
||||
|
||||
**/
|
||||
|
||||
using System;
|
||||
namespace QuanTAlib;
|
||||
</summary> */
|
||||
|
||||
public class WMAPE_Series : Single_TSeries_Indicator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user