Click or drag to resize

analysisExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  imbSCI.Core.mathanalysisExtensions

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class analysisExtensions
Request Example View Source

The analysisExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClipToK
Clips to k: from 0 to 1
Public methodStatic memberClipToP
Clips to p: from -1 to 1
Public methodStatic memberGetRatio(IList, IList, Double, Double)
Gets the ratio of Counts between two IList collections
Public methodStatic memberGetRatio(Double, Double, Double, Double)
Zero-input safe ratio calculation: part / whole
Public methodStatic memberGetRatio(Int32, Double, Double, Double)
Zero-input safe ratio calculation: part / whole
Public methodStatic memberGetRatio(Int32, Int32, Double, Double)
Zero-input safe ratio calculation: part / whole
Top
See Also