����r <\M�/Fe�o6����2c^_����g�A�L�p����F�}��p�1����h�b4��Ɲ��|jOk FIp�.�nT�a��b�m;-��&z��Y�C0�dm��x}x(d k�Tn~� �b!��!�#ut��a�}~s�0��0־X8��L�VE�o��uc# ��薝W$�Hm�X,�2�Ŵ;�ⓧ�z�]r���d��P�KԸ�亴d ģ@l�1z�뭝�O8!V��zt���������P�t#;���)n�fd*027�T7���k��X��n?O���Tyk>�2PȋXE����I�iE��Z3E^�S��ܡW���ni�k nl���k!�c�Hf U�U�(��jh�_Pl����R��'�� <e}���ow�Cj6D]�\k�dv��J)����{�|h���Ӝ����k)e�t��K�؛��A�<�=D|V��R��k�����_H�� >�v3(�>����� �V�����:ɫsF�`�I�������.n6o�DZ�@��O# �{t��z�U��9��5e"��� ,���ϱ��%�m[�MQߓ P�m� �W�,��p���J�[(d�EP��z�g���А�9oÛ�ƾ n�x�#�Θ�֦#��Qo�Y���- m8�_�h�,�ݚk��@}c �ƨk�h��>;�"! �<}�z3W�VK��ژw��mI� ����k�����♒�*���ѽ+�:ŀ(���V �ɇ$C�U"�g=���X�9يT�Z��B�v��E_/��m��M2���Ϛ ˁ� ��q!����H%�TN8].ie�Rڥ &4hu�=f_GK��P�@�'���"����S�c��@�?�M� �!f�����;m]��u��$qz}� ^V�s���c����1�7��O]�'��2�^#zS о�&�O��:�������l��M�Ԗ d.P�jK�?�m�U;z�Mg������r�A�/��&�nfh�B���k�W������7���<"������}�g�N�R�r�MB���P�<����)�� TA���)���Q ir�aSJ����1~�P*6�7%34G�+����(�!�Y�@2�؎�6���?�7cHT+=� ⓽9��ְڤD�9�b8ˠq�$O5�ڑ�,49�)�ߵ��$E"/g����p�̓i���) �%��J�Î-�3���->�X�*3����� �(��X߲]�H5��9KHp0���q���h�X��ݞ-^��A$�ɋ�D�r����/�g6}�L��ҝD�x��O�XN�Eu�SY�F�J˿�n�\��__���w�L{��"8 ��NTaQ8yI-�,D�º�o+�T���D �VIⷐ#�j��I���;�������� ��KDe�� ��ð�"��#�����v?��.�Q-S3k��l�*�����0Q�^И3/S� �`��[j�C7��Q�� ���3@S��fN^[X;�s�[ "�* @LIb�Q��?"�c$�#kg4���j_� �پD�������E����Yi��tb���k=�xZ:��A�2�UL5� \�TL��K0��M��ؕ�9T��z�A(��-��sE��8�ŁOα<�]�����%t!���V� @EA�Z�Yi��:>Ļ}��-����c�a��}(�H��έb���5��.6�U���K�N�,sy�n����(��8�}*BGMt��_D)��wF܅�8G���9��_$y�JN��~�������R��]�akk9�k®$贏U��ߖ���/3��1����AQ��ePׇZ��R��  ��II:/V�`�<.��!�<����]�nDTcO�m�I����w��$�>%Eao���I��m��Q�)�c�� �9���D:��M�?D�Q �� �c���R@#��@?��7��]�z#��9����Z�˭},��%�2�9o���Ѻ5���u��?����r�F�0J,�|��� 㖷aNm+!�1 ��C��'� ��f5��%�^ ߄3�rtp��[��A޿�]Nf�n��.��~�p������ ą id؂Las?WW�9�D���~)�+jo�P��oIp&�\==��ѥ�I&*�H�|{�_֕�jR�ȧ���b�JؔRC�@��^���7i�UV�� �jZ*���".�L�A�x����~�5a �r�I���6|����o���O8k�r��g�ҫ�c��K��%^�� �l4��7�?�=fault;" onclick="showBox('dxlanguagemenu',event,document.getElementById('languageFilterImage'))" onmouseover='document.getElementById("languageFilterImage").src=document.getElementById("dropDownHoverImage").src;' onfocusin='document.getElementById("languageFilterImage").src=document.getElementById("dropDownHoverImage").src;' onmouseout='document.getElementById("languageFilterImage").src=document.getElementById("dropDownImage").src;' onfocusout='document.getElementById("languageFilterImage").src=document.getElementById("dropDownImage").src;'>
dotnetCHARTING Namespace > StatisticalEngine Class > ExponentialDistribution Method : ExponentialDistribution(String,Series,Double) Method


seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical series containing the elements for which the normal probability distribution function is evaluated.
lambda
The scale parameter value.
Calculates the Exponential Probability Density function for a given series.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function ExponentialDistribution( _
   ByVal seriesName As String, _
   ByVal s As Series, _
   ByVal lambda As Double _
) As Series
Visual Basic (Usage)Copy Code
Dim seriesName As String
Dim s As Series
Dim lambda As Double
Dim value As Series
 
value = StatisticalEngine.ExponentialDistribution(seriesName, s, lambda)
C# 
public static Series ExponentialDistribution( 
   string seriesName,
   Series s,
   double lambda
)

Parameters

seriesName
The name of the series which will be displayed on the chart, i.e. its label.
s
A statistical series containing the elements for which the normal probability distribution function is evaluated.
lambda
The scale parameter value.

See Also

©2002 - 2008 Webavail Productions Inc. & Corporate Web Solutions Ltd. All Rights Reserved.