Community Profile

photo

Kevin Gehringer


Biometrics Northwest LLC

Last seen: 11 months 前 自 2019 起处于活动状态

Since September of 2004 Kevin has been running Biometrics Northwest LLC, a statistics and biometrics consulting company. Kevin has a Ph.D. in Forest Biometrics from the University of Washington, and M.S. and B.S. degrees from the University of Tulsa in Applied Mathematics and Mathematics with a Computer Science minor. His research included predictive dynamic modeling of forest development, nonparametric multivariate classification of forests types, the simulation of natural and managed forests, and nonparametric probability density estimation. Kevin's education is in biometrics, statistics, applied mathematics, and numerical computing, and he has performed research in parametric and nonparametric statistical methods, including clustering and classification algorithms, probability density estimation, simulation modeling, Monte Carlo analysis, nonlinear differential equations, optimization and parameter estimation.

统计数据

All
  • Solver
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission

查看徽章

Content Feed

排序方式:

已提交


bsspdfest
A toolbox for nonparametric probability function estimation using normalized B-splines

11 months 前 | 1 次下载 |

Thumbnail

已提交


str2doublef
Fast approximate string to double parsing for real or complex numbers.

2 years 前 | 1 次下载 |

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

4 years 前

已解决


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

4 years 前

已解决


Calculate the square root of a number
Input a Output b = srt(a)

4 years 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

4 years 前

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

4 years 前