Click or drag to resize

numericSampleStatistics Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Instance frequency and value stats
Inheritance Hierarchy
SystemObject
  imbSCI.Data.datachangeBindableBase
    imbSCI.DataComplex.specialinstanceCountCollectionInt32
      imbSCI.DataComplex.specialnumericSampleStatistics

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
Request Example View Source

The numericSampleStatistics type exposes the following members.

Constructors
  NameDescription
Public methodnumericSampleStatistics
Initializes a new instance of the numericSampleStatistics class
Top
Properties
  NameDescription
Public propertyavgFreq
Description of $property$
(Inherited from instanceCountCollectionT.)
Public propertyavgValue
Arithmetic mean of sampled values
Public propertyChanges
Gets or sets the changes.
(Inherited from changeBindableBase.)
Public propertycompareModeDefault
Default compare mode used when compared against another instance
(Inherited from instanceCountCollectionT.)
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from instanceCountCollectionT.)
Public propertydescription
Human-readable description of object instance
Public propertydistinctValues
Count of distinct values in the sample
Public propertydiversityAntiRatio
Description of $property$
(Inherited from instanceCountCollectionT.)
Public propertydiversityAntiValue
Description of $property$
(Inherited from instanceCountCollectionT.)
Public propertydiversityRatio
Description of $property$
(Inherited from instanceCountCollectionT.)
Public propertyentropyFreq
Entropy of the sample
(Inherited from instanceCountCollectionT.)
Public propertyHasChanges
Gets a value indicating whether this instance has changes.
(Inherited from changeBindableBase.)
Public propertyindex
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from instanceCountCollectionT.)
Public propertyisLocked
TRUE if the collection is locked to preserve input-type consistency
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
(Inherited from instanceCountCollectionT.)
Public propertyIsSynchronized (Inherited from instanceCountCollectionT.)
Public propertyItemObject
Gets or sets the Object with the specified key.
(Inherited from instanceCountCollectionT.)
Public propertyItemString
Gets sampled value Int32 for the origin object identified via hash ID
Public propertyKeys
Gets an ICollection object containing the keys of the IDictionary object.
(Inherited from instanceCountCollectionT.)
Public propertykLevel
Max K-level / factor applied to convert Double/Float value inputs to Int32, before accepted into this collection.
Public propertykLevelApplied
TRUE if the kLevel was applied to (an) input value.
Public propertymaxFreq
The highest frequency
(Inherited from instanceCountCollectionT.)
Public propertymaxValue
The highest value in the sample
Public propertymedianFreq
The median of frequency
(Inherited from instanceCountCollectionT.)
Public propertyminFreq
The lowest frequency
(Inherited from instanceCountCollectionT.)
Public propertyminValue
The lowest value in the sample
Public propertyname
Name for this instance collection, used for Table feneration
Public propertyoriginHashVsValue
UID as key, sampled value as Value
Public propertyrange
Description of $property$
(Inherited from instanceCountCollectionT.)
Public propertystandardDeviation
Standard deviation in the fequencies
(Inherited from instanceCountCollectionT.)
Public propertysumOfValues
Direct sum of values
Public propertySyncRoot (Inherited from instanceCountCollectionT.)
Public propertyTotalScore
Gets the total score - sum of all frequencies. It is total count of all instance in the sample.
(Inherited from instanceCountCollectionT.)
Public propertyValues
Gets an ICollection object containing the values in the IDictionary object.
(Inherited from instanceCountCollectionT.)
Public propertyvarianceFreq
Variance of the frequencies
(Inherited from instanceCountCollectionT.)
Top
Methods
  NameDescription
Public methodAdd(Double, String)
Adds the specified Double value by applying kLevel factor
Public methodAdd(Int32, String)
Adds the specified value in sample.
Public methodAddInstance(Object, Object)
Adds an element with the provided key and value to the IDictionary object.
(Inherited from instanceCountCollectionT.)
Public methodAddInstance(T, String)
Adds the specified item.
(Inherited from instanceCountCollectionT.)
Public methodAddInstanceRange(IEnumerableT) (Inherited from instanceCountCollectionT.)
Public methodAddInstanceRange(instanceCountCollectionT)
Adds all instances and their existing score
(Inherited from instanceCountCollectionT.)
Public methodbuildDataTableSummaryRow
Builds the data table summary row.
(Inherited from instanceCountCollectionT.)
Public methodbuildDataTableSummaryTable
Builds the vertical table with all data
(Inherited from instanceCountCollectionT.)
Public methodbuildSampleFequencyTableSorted
Builds the data table with statistics
(Inherited from instanceCountCollectionT.)
Public methodClear (Overrides instanceCountCollectionTClear.)
Public methodCompareTo(Object)
Compares to.
(Inherited from instanceCountCollectionT.)
Public methodCompareTo(instanceCountCollectionFormulae, IInstanceCountCollection)
Compares to.
(Inherited from instanceCountCollectionT.)
Public methodContains
Determines whether the IDictionary object contains an element with the specified key.
(Inherited from instanceCountCollectionT.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from instanceCountCollectionT.)
Public methodDivideAllFrequencies (Inherited from instanceCountCollectionT.)
Public methodDivideFrequency (Inherited from instanceCountCollectionT.)
Public methodGetChanges
Gets the changes.
(Inherited from changeBindableBase.)
Public methodgetDataTableComparative
Gets the data table comparative.
Public methodgetDataTableHorizontal
Gets the data table horizontal.
Public methodgetDataTableVertical
Gets the data table vertical.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from instanceCountCollectionT.)
Public methodGetRFreq
Returns relative frequency calculated as follows: absolute frequency divided by maximum frequency: rF = aF / maxF
(Inherited from instanceCountCollectionT.)
Public methodGetRFreqArray
Returns Array of relative frequencies
(Inherited from instanceCountCollectionT.)
Public methodgetSorted
Gets the sorted list with all instances
(Inherited from instanceCountCollectionT.)
Public methodInvokeChanged
Sets current state of the object to be Changed (i.e. from now on the object will know it had some changes since last Accept call);
(Inherited from changeBindableBase.)
Public methodisKeyZero (Inherited from instanceCountCollectionT.)
Public methodlockTheCollection
Public methodOnPropertyChanged
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from changeBindableBase.)
Public methodreCalculate
Recalculates frequency statistics
(Overrides instanceCountCollectionTreCalculate(instanceCountCollectionTpreCalculateTasks).)
Public methodReduce(instanceCountCollectionT)
Reduces this scores by specified source.
(Inherited from instanceCountCollectionT.)
Public methodReduce(T, Int32) (Inherited from instanceCountCollectionT.)
Public methodReduceFreqAll
Reduces the freq to all items for the number specified
(Inherited from instanceCountCollectionT.)
Public methodRemove
Removes the element with the specified key from the IDictionary object.
(Inherited from instanceCountCollectionT.)
Public methodRemoveUnderFreg
Removes the entries having frequency under specified value
(Inherited from instanceCountCollectionT.)
Public methodToStringFormatted (Inherited from instanceCountCollectionT.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value is changed
(Inherited from changeBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodBuildDataShema
Builds the data table.
(Defined by PropertyDataStructureTools.)
Public Extension MethodbuildDataTable(String, DataTableBuildersbuildDataTableOptions, PropertyCollectionExtended, String, ILogBuilder)Overloaded.
2017:: Builds horizontal data table with columns mapping properties of the type.
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTable(String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String)Overloaded.
Builds the horizontal data table
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTableVerticalSummaryTable
Builds the vertical table with all data
(Defined by DataTableBuilders.)
Public Extension MethodbuildPCE
Public Extension MethodbuildPropertyCollectionT
Create or update property collection out of object properties
(Defined by imbPropertyCollectionExtensions.)
Public Extension MethodchangeValueAsInt32
Changes the value as int32.
(Defined by imbValueChangers.)
Public Extension MethodchangeValueDouble
Step je 0.01
(Defined by imbValueChangers.)
Public Extension MethodConstructTableWithRandomContent
Constructs the data table and populates with random content of the table with.
(Defined by imbDataTableExtensions.)
Public Extension MethodgetDataTypeSafe
V3.5> Experimentalna funkcija - na osnovu tipa vrsi konverziju
(Defined by imbStringCommonTools.)
Public Extension MethodGetDefaultValueT
Vraca tipiziranu podrazumevanu vrednost
(Defined by imbTypologyHelpers.)
Public Extension MethodgetDescriptionForDictionary
Gets the description for dictionary, property table etc
(Defined by settingsEntriesInfoModelApi.)
Public Extension MethodgetDictionaryFromMappedSource
Vraca recnik sa vrednostima iz objekta.
(Defined by propertyMappingTools.)
Public Extension MethodgetEnumMemberPath
Vraca enum member path koji moze da se koristi za preuzimanje enumeracije i njenog tipa
(Defined by imbEnumExtendBase.)
Public Extension MethodGetExpressionResolved
Resolves the specified expresion path, having host as starting node
(Defined by PropertyExpressionTools.)
Public Extension MethodgetPathForObject
2014c: Univerzalni konstruktor putanje
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForObjectAndParent
Univerzalni konstruktor putanje za bilo koji tip i parent
(Defined by resourcePathGenerator.)
Public Extension MethodgetProperty
Retrieves PropertyInfo found on path specified
(Defined by imbTypeQueryExtensions.)
Public Extension MethodgetSPEC (Defined by imbTypeQueryExtensions.)
Public Extension MethodgetStringValue
2013a> bezbedno vraca string verziju prosledjene vrednosti - Kreira stringValue
(Defined by imbDataExecutor.)
Public Extension MethodGetUserManual
Generates property manual
(Defined by settingsEntriesTools.)
Public Extension MethodGetUserManualSaved
Gets the user manual saved:
(Defined by settingsEntriesTools.)
Public Extension MethodgetValuesFromMappedSource (Defined by propertyMappingTools.)
Public Extension MethodimbAttributeToProperties
Prebacuje vrednost iz atributa u propertije - u skladu sa podesenim mapiranjem (imbAttributeName.metaValueFromAttribute)
(Defined by imbAttributeTools.)
Public Extension MethodimbConvertValueSafe
2014c> bezbedna konverzija vrednosti
(Defined by imbTypeExtensions.)
Public Extension MethodimbConvertValueSafeTypedT (Defined by imbTypeExtensions.)
Public Extension MethodimbGetAllProperties
Vraca sve propertije iz objekta koji su Public i Instance. Vraca i nasledjene propertije ali ako su pregazeni onda vraca samo najnoviji
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetAllValues
Vraca sve vrednosti iz svih propertija koji su Public i Instance
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetCodeMark (Defined by imbStringExtensions.)
Public Extension MethodimbGetPropertySafe(String, Object, String)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded. (Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafeT(PropertyInfo)Overloaded.
2014:Maj - uzima property i odmah vrsi bezbednu konverziju!
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbPropertyToString
Sigurno iscitavanje stringa
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertyConvertSafe
Algoritam sa konverzijom koja podrzava i Collection objekta koji imaju Add method.
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(String, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbToBoolean
Konvertuje bilo koju vrednost u Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodimbToEnumeration(Type, Enum)Overloaded.
Convers an value to the best fit Enumeration member
(Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToEnumerationTOverloaded. (Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToInstance
Konvertuje u potrebni tip. Ukoliko postoji konstruktor sa parametrom koji je IsInstanceOfType(input) onda ce koristit njega
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumber(Type)Overloaded.
Konvertuje u broj prema zadatom tipu
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumberT(Type)Overloaded. (Defined by imbTypeExtensions.)
Public Extension MethodisCoreColumn (Defined by PropertyEntryColumnExtensions.)
Public Extension MethodisNullOrEmpty (Defined by imbSciStringExtensions.)
Public Extension MethodisNullOrEmptyString
Proverava da li je input null, ako je string onda ga proverava kao string ako je neki drugi objekat onda ga predvara u string pa proverava
(Defined by imbSciStringExtensions.)
Public Extension MethodkeyToString (Defined by imbPropertyCollectionExtensions.)
Public Extension MethodrenderToTemplate
Vraca string koji definise placeholder u template stringu
(Defined by stringTemplateTools.)
Public Extension MethodresolvePath(String, pathResolveFlag)Overloaded.
Najčešće korišćen metod za upit nad putanjom i objektom
(Defined by resourcePathResolver.)
Public Extension MethodresolvePathT(String, pathResolveFlag)Overloaded.
(Defined by resourcePathResolver.)
Public Extension MethodsaveObjectToXML (Defined by objectSerialization.)
Public Extension MethodsetObjectByMappedSource
Primenjuje prosledjenu property mapu
(Defined by propertyMappingTools.)
Public Extension MethodsetObjectBySource
Sets the object by source.
(Defined by imbTypeObjectOperations.)
Public Extension MethodsetObjectValueTypesBySource
Sets the object by source, but only ValueTypes and string and only properties declared at top inherence level. Returns dictionary with updated properties (only if value changed)
(Defined by imbTypeObjectOperations.)
Public Extension MethodsetValuesToMappedTarget
Postavlja vednosti iz recnika u dati ciljani objekat - da bi bilo kompatibilno niz mora biti u istom rasporedu kao i u property mapu
(Defined by propertyMappingTools.)
Public Extension MethodsumValues
Supports> String, Int32, any number via Double and Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodtoExpressionString
Returns expression-ready string, wrapped in proper quotes if required
(Defined by imbStringFormats.)
Public Extension MethodtoStringSafeOverloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String)Overloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String, String)Overloaded.
Bezbedna konverzija u String -- ako je null onda valueForNull
(Defined by imbStringFormats.)
Top
See Also

Reference

[!:aceCommonTypes.collection.special.instanceCountCollection<System.Int32>]