Uses of Record Class
sc.fiji.snt.analysis.CircularModels.VonMisesFit
Packages that use CircularModels.VonMisesFit
-
Uses of CircularModels.VonMisesFit in sc.fiji.snt.analysis
Methods in sc.fiji.snt.analysis that return CircularModels.VonMisesFitModifier and TypeMethodDescriptionstatic CircularModels.VonMisesFitCircularModels.fitFromHistogram(double[] weights, double angleStepDeg, CircularModels.Domain domain) Fit von Mises to a weighted histogram over angle bins.static CircularModels.VonMisesFitCircularModels.fitFromPairs(double[] anglesDeg, double[] weights, CircularModels.Domain domain) Fit von Mises to angle/weight pairs (angles in degrees). -
Uses of CircularModels.VonMisesFit in sc.fiji.snt.analysis.sholl.math
Methods in sc.fiji.snt.analysis.sholl.math that return CircularModels.VonMisesFitModifier and TypeMethodDescriptionPolarProfileStats.Report.vmAxial()Returns the value of thevmAxialrecord component.PolarProfileStats.Report.vmDirectional()Returns the value of thevmDirectionalrecord component.Constructors in sc.fiji.snt.analysis.sholl.math with parameters of type CircularModels.VonMisesFitModifierConstructorDescriptionReport(List<PolarProfileStats.PolarPeak> directionPeaks, List<PolarProfileStats.PolarPeak> orientationPeaks, double adc, double odc, double pd, double po, CircularModels.VonMisesFit vmDirectional, CircularModels.VonMisesFit vmAxial) Creates an instance of aReportrecord class.