- Distribution - ChangeType<TReturn>(Object) 
- CreatePartialUniform<TDistribution>(TDistribution) 
- CreateUniform<TDistribution>() 
- FromArray(Object) 
- GetAverageLog<T, TValue>(T[], TValue[]) 
- GetAverageLogLazy<T1, T2>(T1[], T2[]) 
- GetDomainType(Type) 
- GetLogAverageOf<T1, T2>(T1[], T2[]) 
- GetLogAverageOf<T, TDistribution>(TDistribution, TDistribution, TDistribution) 
- GetLogAverageOfLazy<T1, T2>(T1[], T2[]) 
- GetLogAverageOfPower<T1, T2>(T1[], T2[], Double) 
- GetLogAverageOfPowerLazy<T1, T2>(T1[], T2[], Double) 
- GetQualityBand(Type) 
- HasDistributionType(Type) 
- IsDistributionType(Type) 
- IsSettableTo(Type, Type) 
- LogInnerProduct<T>(IList<T>) 
- MakeDistributionArrayType(Type, Int32) 
- MakeDistributionFileArrayType(Type, Int32) 
- MaxDiff<T, U>(T[], U[]) 
- PointMass<T>(T) 
- Product<T, TDistribution>(TDistribution, TDistribution) 
- SetPoint<TDist, T>(TDist, T) 
- SetTo<T, TValue>(T, TValue) 
- SetTo<T1, T2>(T1[], T2[]) 
- SetTo<T, TValue, TDomain>(T, TValue) 
- SetToPower<T1, T2>(T1[], T2[], Double) 
- SetToPowerLazy<T1, T2>(T1[], T2[], Double) 
- SetToProduct<T1, T2>(T1[], T2[], T2[]) 
- SetToProduct<T1, T2, T3, TDomain>(T1[], T2[], T3[]) 
- SetToProductOfAll<T, U>(T, IReadOnlyList<U>) 
- SetToProductOfAll<T, U>(T, U[]) 
- SetToProductOfAllExcept<T, U>(T, IList<U>, Int32, Int32) 
- SetToProductWithAll<T, U>(T, IReadOnlyList<U>) 
- SetToProductWithAll<T, U>(T, U[]) 
- SetToProductWithAll<T, U, TDomain>(T, IList<U>) 
- SetToProductWithAllExcept<T, U>(T, IReadOnlyList<U>, Int32) 
- SetToProductWithAllExcept<T, U>(T, U[], Int32) 
- SetToProductWithAllExcept<T, U, TDomain>(T, IList<U>, Int32) 
- SetToRatio<T1, T2>(T1[], T2[], T2[], Boolean) 
- SetToRatio<T1, T2, T3, TDomain>(T1[], T2[], T3[]) 
- SetToSum<T1, T2>(T1[], Double, T2[], Double, T2[]) 
- SetToSumLazy<T1, T2>(T1[], Double, T2[], Double, T2[]) 
- ToArray<ArrayType>(Object) 
 
xamarinios
    namespace Microsoft.ML.Probabilistic.Distributions
{
    public static class Distribution
    {
        public static T SetToProductWithAll<T, U, TDomain>(T result, IList<U> dists)
            where T, IDistribution<TDomain>, SettableToProduct<IDistribution<TDomain>, IDistribution<TDomain>>
            where U, IDistribution<TDomain>;
    }
}
            | .NET | 5.06.07.08.09.010.0 | 
|---|---|
| .NET Core | 2.02.12.23.03.1 | 
| .NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 | 
| .NET Standard | 2.02.1 | 
| Information specific to xamarinios | |
| Assembly | Microsoft.ML.Probabilistic , Version=0.4.2403.801, PublicKeyToken=e4813102a62778da | 
| Referencing | Your project needs a package reference to  | 
| Package | Microsoft.ML.Probabilistic (0.4.2403.801) netstandard2.0 | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API