|   | InverseWishartDistributionClone Method  | 
        
         
              Creates a new object that is a copy of the current instance.
            
 
    Namespace: 
   Accord.Statistics.Distributions.Multivariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic override Object Clone()
Public Overrides Function Clone As Object
Return Value
Type: 
Object
              A new object that is a copy of this instance.
            
 See Also
See Also