摘要: If e.Button = MouseButtons.Right AndAlso e.RowIndex > -1 AndAlso e.ColumnIndex > -1 Then DGV_Longitudinal.CurrentRow.Selected = False DGV_Longit... 阅读全文
posted @ 2013-05-08 10:07 JasonJiang 阅读(259) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2013-05-06 14:30 JasonJiang 阅读(665) 评论(0) 推荐(0)
摘要: 关于伽马函数1、函数格式:GammaP(a,b,value)a,b:服从Γ(a,b)分布的函数.value:代表服从Γ(a,b)分布的函数在x≥value时的概率值.函数功能:概率统计的gamma函数在x≥value时的概率值.2、函数格式:Gammln(a)a:Γ(a)当中的值当a≤1的时候,采用多项式逼近的方式来求得Gammln(a)函数功能:函数成功返回ln(Γ(a))的值.3、函数格式:Gamma(a)a:Γ(a)当中的值函数原理:Γ(a+1)=(a+1)*Γ(a)Γ(a)*Γ(1-a)=π/sin(π*a)Γ(a)=Exp(Gammln(a))函数功能:函数成功返回Γ(a)的值.4、 阅读全文
posted @ 2013-05-04 13:10 JasonJiang 阅读(7085) 评论(1) 推荐(0)