利用R.Net進行數據統計分析

时间:2021-04-04 09:16:49
【文件属性】:

文件名称:利用R.Net進行數據統計分析

文件大小:284KB

文件格式:ZIP

更新时间:2021-04-04 09:16:49

R R.Net 統計分析

Using R in C#.net; R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. 1.install R of windows platform(32bit or 64bit) 2.create a console demo program, and install package R.NET.Community via nuget 3.be careful of your console program build target platform should be the same with R (32bit or 64bit) 4.if you don't register the R tool's env variable, you should config in your initial code REngine.SetEnvironmentVariables(@"C:\Program Files\R\R-3.4.2\bin\x64", @"C:\Program Files\R\R-3.4.2"); fitting-three-parameter-log-normal-distribution-in-R LL3 <- function(X, m, s, t)(1/((X-t)*s*(2*pi)^0.5))*exp(((-(log(X-t)-m)^2)/(2*s^2))) https://*.com/questions/23631746/fitting-three-parameter-log-normal-distribution-in-r https://link.springer.com/chapter/10.1007/978-94-017-1431-0_7?no-access=true


【文件预览】:
R-Demo.sln
packages
----R.NET.Community.1.7.0()
--------R.NET.Community.1.7.0.nupkg(2KB)
----repositories.config(125B)
----DynamicInterop.0.8.1()
--------DynamicInterop.0.8.1.nupkg(13KB)
--------lib()
----R.NET.1.7.0()
--------lib()
--------R.NET.1.7.0.nupkg(71KB)
R-Demo
----bin()
--------Debug()
----packages.config(286B)
----Program.cs(3KB)
----obj()
--------Debug()
----R-Demo.csproj(4KB)
----App.config(186B)
----Properties()
--------AssemblyInfo.cs(1KB)
readme.txt

网友评论