mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 19:18:05 +00:00
TR and ATR
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
/**
|
||||
MSE: Mean Square Error
|
||||
namespace QuanTAlib;
|
||||
using System;
|
||||
|
||||
Defined as a Mean (Average) of the Square of the difference between actual and estimated values.
|
||||
/* <summary>
|
||||
MSE: Mean Square Error
|
||||
Defined as a Mean (Average) of the Square of the difference between actual and estimated values.
|
||||
|
||||
Sources:
|
||||
https://en.wikipedia.org/wiki/Mean_squared_error
|
||||
|
||||
Remark:
|
||||
|
||||
**/
|
||||
|
||||
using System;
|
||||
namespace QuanTAlib;
|
||||
</summary> */
|
||||
|
||||
public class MSE_Series : Single_TSeries_Indicator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user