| 
            
              BhattacharyyaDistance Method (Double, Double)
             | 
          
        
         
              Bhattacharyya distance between two histograms.
            
 
    Namespace: 
   Accord.Math.Distances
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic double Distance(
	double[] x,
	double[] y
)
Public Function Distance ( 
	x As Double(),
	y As Double()
) As Double
 Request Example
		View SourceParameters
- x
 - Type: SystemDouble
The first histogram. - y
 - Type: SystemDouble
The second histogram. 
Return Value
Type: 
Double
              The Bhattacharyya between the two histograms.
            
Implements
IDistanceT, UDistance(T, U)
See Also