forked from fslaborg/FSharp.Stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSharp.Stats.sln
92 lines (92 loc) · 4.93 KB
/
FSharp.Stats.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Stats", "src\FSharp.Stats\FSharp.Stats.fsproj", "{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
ProjectSection(SolutionItems) = preProject
docs\tools\formatters.fsx = docs\tools\formatters.fsx
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}"
ProjectSection(SolutionItems) = preProject
docs\content\BasicStats.fsx = docs\content\BasicStats.fsx
docs\content\Clustering.fsx = docs\content\Clustering.fsx
docs\content\Correlation.fsx = docs\content\Correlation.fsx
docs\content\Covariance.fsx = docs\content\Covariance.fsx
docs\content\Distributions.fsx = docs\content\Distributions.fsx
docs\content\Fitting.fsx = docs\content\Fitting.fsx
docs\content\Impute.fsx = docs\content\Impute.fsx
docs\content\index.fsx = docs\content\index.fsx
docs\content\Integration.fsx = docs\content\Integration.fsx
docs\content\LinearAlgebra.fsx = docs\content\LinearAlgebra.fsx
docs\content\Matrix_Vector.fsx = docs\content\Matrix_Vector.fsx
docs\content\Optimization.fsx = docs\content\Optimization.fsx
docs\content\Quantile.fsx = docs\content\Quantile.fsx
docs\content\Rank.fsx = docs\content\Rank.fsx
docs\content\Signal.fsx = docs\content\Signal.fsx
docs\content\SpecialFunctions.fsx = docs\content\SpecialFunctions.fsx
docs\content\Summary.fsx = docs\content\Summary.fsx
docs\content\Testing.fsx = docs\content\Testing.fsx
docs\content\tutorial.fsx = docs\content\tutorial.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Stats.Tests", "tests\FSharp.Stats.Tests\FSharp.Stats.Tests.fsproj", "{6F063B46-9207-4021-AA17-C65FA250671C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Debug|x64.ActiveCfg = Debug|Any CPU
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Debug|x64.Build.0 = Debug|Any CPU
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Release|Any CPU.Build.0 = Release|Any CPU
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Release|x64.ActiveCfg = Release|Any CPU
{820C8407-795A-4DBF-AB4F-9F7852CE8EF4}.Release|x64.Build.0 = Release|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Debug|x64.ActiveCfg = Debug|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Debug|x64.Build.0 = Debug|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Release|Any CPU.Build.0 = Release|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Release|x64.ActiveCfg = Release|Any CPU
{6F063B46-9207-4021-AA17-C65FA250671C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{6F063B46-9207-4021-AA17-C65FA250671C} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECBBF9E5-586C-4D17-ACC4-47ABD4D5CEB9}
EndGlobalSection
EndGlobal