diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 0535f66..486ef9b 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.8.5","generation_timestamp":"2024-03-25T00:17:26","documenter_version":"1.3.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.8.5","generation_timestamp":"2024-03-25T01:27:53","documenter_version":"1.3.0"}} \ No newline at end of file diff --git a/dev/Examples/Example1/index.html b/dev/Examples/Example1/index.html index 869667e..5effd06 100644 --- a/dev/Examples/Example1/index.html +++ b/dev/Examples/Example1/index.html @@ -8,4 +8,4 @@ 2.1755667174542923
Select the last value to get the sample entropy for m = 4.
Samp[end]
2.1755667174542923
Calculate the sample entropy for each embedding dimension (m) from 0 to 4 with a time delay (tau) of 2 samples.
Samp, Phi1, Phi2 = SampEn(X, m = 4, tau = 2)
([2.178923612371957, 2.183323250654987, 2.188041075511569, 2.189184333017654, 2.1440802180581136], [1.414258e6, 159224.0, 17843.0, 1998.0, 234.0], [1.24975e7, 1.413233e6, 159119.0, 17838.0, 1997.0])
Import a signal of uniformly distributed random numbers in the range [-1, 1] and calculate the sample entropy for an embedding dimension (m) of 5, a time delay of 2, and a threshold radius of 0.075. Return the conditional probability (Vcp) and the number of overlapping matching vector pairs of lengths m+1 (Ka) and m (Kb), respectively.
Samp, _, _, Vcp_Ka_Kb = SampEn(X, m = 5, tau = 2, r = 0.075, Vcp = true)
Vcp, Ka, Kb = Vcp_Ka_Kb
Vcp = 0.00018629728228987074
Ka = 92
-Kb = 3943
Settings
This document was generated with Documenter.jl version 1.3.0 on Monday 25 March 2024. Using Julia version 1.8.5.