Home
last modified time | relevance | path

Searched refs:skewness (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dsinh_arcsinh.py100 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
Dvector_sinh_arcsinh_diag.py102 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/
Dsinh_arcsinh_bijector_test.py37 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/
Dsinh_arcsinh.py92 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/
Dsinh_arcsinh_test.py64 skewness = array_ops.placeholder(dtypes.float64)
68 skewness=skewness,
74 skewness: rng.rand(5)})
197 skewness=3.0,
208 skewness=2.,
213 skewness=-2.,
Dvector_sinh_arcsinh_diag_test.py194 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/
Dstatistic.h45 skewness, member
Dstatistic.c1239 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()
Dproperty.c2892 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()
Dfx.c1168 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()
Didentify.c423 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness, in PrintChannelStatistics()
/external/ImageMagick/Magick++/lib/Magick++/
DStatistic.h173 double skewness() const;
/external/ImageMagick/Magick++/lib/
DStatistic.cpp367 double Magick::ChannelStatistics::skewness() const in skewness() function in Magick::ChannelStatistics
412 _skewness(channelStatistics_->skewness), in ChannelStatistics()
/external/ImageMagick/coders/
Djson.c655 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness); in PrintChannelStatistics()
/external/ImageMagick/MagickWand/
Dmagick-image.c4100 double *kurtosis,double *skewness) in MagickGetImageKurtosis() argument
4111 status=GetImageKurtosis(wand->images,kurtosis,skewness,wand->exception); in MagickGetImageKurtosis()
/external/ImageMagick/PerlMagick/
DMagick.xs14306 channel_statistics[channel].skewness); \ in Statistics()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in14306 channel_statistics[channel].skewness); \