Release Notes Version 7 9 1 and Peaksigmoid: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
 
imported>Mathias
 
Line 1: Line 1:
==Changes and Bug Fixes in Version 7.9.1==
===Purpose===
Outputs a sigmoid function.


{| {{table}}
| align="center" style="background:#f0f0f0;"|'''File'''
| align="center" style="background:#f0f0f0;"|'''Comment'''


|----valign="top"
===Synopsis===
|'''[[analysis]]'''
|
* .


|----valign="top"
:[i0,iw] = peakfind(x,width,tolfac,w,options)
|'''[[browse]]'''
:[i0,iw] = peakfind(x,width,options)
|
* Add rebuild of trees in Refresh menu item so window can recover when Java gets stuck scrolling.
* Fix workspace multi-select on Mac.


|----valign="top"
|'''[[gselect]]'''
|
* Improve use with 3D data selections.
|----valign="top"
|'''[[zzz ]]'''
|
* .


|----valign="top"
====Inputs====
|'''[[zzz]]'''
|
* .


|----valign="top"
* '''x''' =   3 element vector where x(1) = coefficient, x(2) = offset and x(3) is equal to the decay constant
|'''[[zzz]]'''
|
*  
|----valign="top"
|'''[[netcdfreadr]]'''
|
* Added netCDF file reader. Defaults set for MS data.
|----valign="top"
|'''[[zzz]]'''
|
*
|----valign="top"
|'''[[reportwriter]]'''
|
* Fix parsing of multi-line axis titles.
|----valign="top"
|'''[[trendtool]]'''
|
* Improve placement of markers on edges of plot.


|----valign="top"
|'''[[varcap]]'''
|
* Add 100% line. Bump scale up to 119% so there's room at the top of the figure for labels.


|----
====Outputs====
|}
 
 
 
 
<math>\sqrt{1-e^2}</math>
 
<math>f\left( {{a}_{i}},\mathbf{x} \right)={{x}_{1}}\left[ {{x}_{4}}{{\operatorname{e}}^{\frac{-4\ln \left( 2 \right){{\left( {{a}_{i}}-{{x}_{2}} \right)}^{2}}}{x_{3}^{2}}}}+\left( 1-{{x}_{4}} \right)\left[ \frac{x_{3}^{2}}{{{\left( {{a}_{i}}-{{x}_{2}} \right)}^{2}}+x_{3}^{2}} \right] \right]</math>
 
*'''<math>{\operatorname{d2}\!y\over\operatorname{d2}\!x}</math>'''
 
 
* '''<math>{\operatorname{d}\!y\over\operatorname{d}\!{x}_{i}}</math>'''

Revision as of 13:31, 1 August 2016

Purpose

Outputs a sigmoid function.


Synopsis

[i0,iw] = peakfind(x,width,tolfac,w,options)
[i0,iw] = peakfind(x,width,options)


Inputs

  • x = 3 element vector where x(1) = coefficient, x(2) = offset and x(3) is equal to the decay constant


Outputs