Peaksigmoid: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
imported>Mathias
imported>Mathias
Line 22: Line 22:


* ''' y(3)  '''  = <math>{\operatorname{d^2}\!y\over\operatorname{d}\!{{x}_{i}}^{2}}</math> , 3x3xN
* ''' y(3)  '''  = <math>{\operatorname{d^2}\!y\over\operatorname{d}\!{{x}_{i}}^{2}}</math> , 3x3xN
===See Also===
[[peakfunction], [[peakexponential]], [[peakgaussian]], [[peaklorentzian]],[[peakvoigt1]],[[peakvoigt2]]

Revision as of 11:33, 4 August 2016

Purpose

Outputs a sigmoid function.


Synopsis

[y,y1,y2] = peaksigmoid(x,p)

Inputs

  • x = 3 element vector where
  • x(1) = coefficient
  • x(2) = offset
  • x(3) = decay constant
  • p = axis 1xN (# of independent variables)

Outputs

  • y(1) = Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {{x}_{1}} \left( \frac{1-{{\operatorname{e}}^{-z}}}{{ 1 }+{{\operatorname{e}}^{-z}}} \right)} where z = Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {x}_{3}\left(p -{x}_{2} \right)} , 1xN
  • y(2) = Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\operatorname{d}\!y\over\operatorname{d}\!{x}_{i}}} , 3xN
  • y(3) = Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\operatorname{d^2}\!y\over\operatorname{d}\!{{x}_{i}}^{2}}} , 3x3xN

See Also

[[peakfunction], peakexponential, peakgaussian, peaklorentzian,peakvoigt1,peakvoigt2