Class PlausibilityReport
A plausibility report contains information about how likely it is that two objects of of the type Energiemenge are actually from the same source. Typically you'd like to compare Energiemenge from meter readings with different graining. E.g. values that are transmitted periodically in 15minute intervals and isolated readings.
Inherited Members
Namespace: BO4E.Reporting
Assembly: BO4E-dotnet.Reporting.dll
Syntax
public class PlausibilityReport : Report
Properties
| Improve this Doc View SourceAbsoluteDeviation
absolute value of the difference between Wert of VerbrauchReference and VerbrauchOther
Declaration
public decimal AbsoluteDeviation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
AbsoluteDeviationEinheit
unit of AbsoluteDeviation
Declaration
public Mengeneinheit AbsoluteDeviationEinheit { get; set; }
Property Value
| Type | Description |
|---|---|
| Mengeneinheit |
LokationsId
refers to a LokationsId
Declaration
public string LokationsId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReferenceTimeFrame
all information is normalised to this reference time frame
Declaration
public Zeitraum ReferenceTimeFrame { get; set; }
Property Value
| Type | Description |
|---|---|
| Zeitraum |
RelativeDeviation
relative deviation of both Energiemengen within ReferenceTimeFrame. Null iff the Wert of VerbrauchReference is 0.
Declaration
public decimal? RelativeDeviation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
Examples
0 = equal consumption +1 = other Energiemenge has twice the consumption of the reference -1 = other Energiemenge has 0 consumption
| Improve this Doc View SourceVerbrauchOther
Verbrauch of another Energiemenge
Declaration
public Verbrauch VerbrauchOther { get; set; }
Property Value
| Type | Description |
|---|---|
| Verbrauch |
VerbrauchReference
Verbrauch of the reference Energiemenge
Declaration
public Verbrauch VerbrauchReference { get; set; }
Property Value
| Type | Description |
|---|---|
| Verbrauch |