/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | sinh_arcsinh.py | 100 skewness=None, argument 137 with ops.name_scope(name, values=[loc, scale, skewness, tailweight]): 142 has_default_skewness = skewness is None 143 skewness = 0. if skewness is None else skewness 146 skewness = ops.convert_to_tensor(skewness, name="skewness", dtype=dtype) 149 loc, scale, tailweight, skewness) 169 skewness=skewness, tailweight=tailweight, event_ndims=0) 174 skewness=skewness.dtype.as_numpy_dtype(0.), 197 self._skewness = skewness 215 def skewness(self): member in SinhArcsinh
|
D | vector_sinh_arcsinh_diag.py | 102 skewness=None, argument 171 loc, scale_diag, scale_identity_multiplier, skewness, tailweight 175 has_default_skewness = skewness is None 176 skewness = 0. if skewness is None else skewness 214 skewness = ops.convert_to_tensor(skewness, dtype=dtype, name="skewness") 218 skewness=skewness, tailweight=tailweight, event_ndims=1) 223 skewness=skewness.dtype.as_numpy_dtype(0.), 245 self._skewness = skewness 263 def skewness(self): member in VectorSinhArcsinhDiag
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
D | sinh_arcsinh_bijector_test.py | 37 skewness = 0.2 40 skewness=skewness, 46 y = np.sinh((np.arcsinh(x) + skewness) * tailweight) 51 np.log(np.cosh(np.arcsinh(y) / tailweight - skewness)) - 81 skewness = [[-1.], [0.], [1.]] 82 bijector = SinhArcsinh(skewness=skewness, validate_args=True) 96 bijector = SinhArcsinh(skewness=1.0, tailweight=0.5, validate_args=True) 101 bijector = SinhArcsinh(skewness=-1.0, tailweight=1.5, validate_args=True) 106 bijector = SinhArcsinh(skewness=-1., tailweight=0.5, validate_args=True) 113 bijector = SinhArcsinh(skewness=1., tailweight=3., validate_args=True) [all …]
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | sinh_arcsinh.py | 92 skewness=None, argument 113 with self._name_scope("init", values=[skewness, tailweight]): 115 skewness = 0. if skewness is None else skewness 117 skewness, name="skewness") 131 def skewness(self): member in SinhArcsinh 141 return math_ops.sinh((math_ops.asinh(x) + self.skewness) * self.tailweight) 144 return math_ops.sinh(math_ops.asinh(y) / self.tailweight - self.skewness) 157 math_ops.asinh(y) / self.tailweight - self.skewness) 174 (math_ops.asinh(x) + self.skewness) * self.tailweight)
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | sinh_arcsinh_test.py | 64 skewness = array_ops.placeholder(dtypes.float64) 68 skewness=skewness, 74 skewness: rng.rand(5)}) 197 skewness=3.0, 208 skewness=2., 213 skewness=-2.,
|
D | vector_sinh_arcsinh_diag_test.py | 194 skewness=3.0, 208 skewness=rng.randn(d) * 0.5, 235 skewness=rng.randn(d) * 0.5, 259 skewness=2., 264 skewness=-2.,
|
/external/ImageMagick/MagickCore/ |
D | statistic.h | 45 skewness, member
|
D | statistic.c | 1239 double *kurtosis,double *skewness,ExceptionInfo *exception) in GetImageKurtosis() argument 1264 *skewness=0.0; in GetImageKurtosis() 1340 *skewness=sum_cubes-3.0*mean*sum_squares+2.0*mean*mean*mean; in GetImageKurtosis() 1341 *skewness/=standard_deviation*standard_deviation*standard_deviation; in GetImageKurtosis() 2210 channel_statistics[CompositePixelChannel].skewness/=channels; in GetImageStatistics() 2221 channel_statistics[i].skewness=(channel_statistics[i].sum_cubed-3.0* in GetImageStatistics()
|
D | property.c | 2892 skewness; in GetMagickProperty() local 2895 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in GetMagickProperty() 3081 skewness; in GetMagickProperty() local 3084 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in GetMagickProperty() 3086 GetMagickPrecision(),skewness); in GetMagickProperty()
|
D | fx.c | 1168 skewness; in FxChannelStatistics() local 1170 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in FxChannelStatistics() 1204 skewness; in FxChannelStatistics() local 1206 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in FxChannelStatistics() 1207 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",skewness); in FxChannelStatistics()
|
D | identify.c | 423 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness, in PrintChannelStatistics()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Statistic.h | 173 double skewness() const;
|
/external/ImageMagick/Magick++/lib/ |
D | Statistic.cpp | 367 double Magick::ChannelStatistics::skewness() const in skewness() function in Magick::ChannelStatistics 412 _skewness(channelStatistics_->skewness), in ChannelStatistics()
|
/external/ImageMagick/coders/ |
D | json.c | 655 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness); in PrintChannelStatistics()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 4100 double *kurtosis,double *skewness) in MagickGetImageKurtosis() argument 4111 status=GetImageKurtosis(wand->images,kurtosis,skewness,wand->exception); in MagickGetImageKurtosis()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 14306 channel_statistics[channel].skewness); \ in Statistics()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 14306 channel_statistics[channel].skewness); \
|