Skip to content

Commit a324bbd

Browse files
committed
Merge branch '1-release-2025' of github.com:openalea/sequence_analysis into 1-release-2025
2 parents 8a521d9 + a3a1ebe commit a324bbd

48 files changed

Lines changed: 2671 additions & 1914 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/user/visualea_beech1.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Beech demo
2+
===========
3+
.. sectionauthor:: Thomas Cokelaer
4+
5+
.. dataflow:: Demo.ChangePoint_stat_tool beech1
6+
:width: 50%
7+
8+
test
9+
10+
11+
12+
.. plot::
13+
:width: 40%
14+
15+
from openalea.core.alea import *
16+
pm = PackageManager()
17+
run_and_display(('Demo.ChangePoint_stat_tool', 'beech1'),{},pm=pm)
18+
19+

doc/user/visualea_oak_demo.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
OAK demo
2+
=========
3+
4+
.. sectionauthor:: Thomas Cokelaer
5+
6+
7+
.. dataflow:: Demo.ChangePoint_stat_tool oak_demo
8+
:width: 50%
9+
10+
test
11+
12+
13+
.. plot::
14+
:width: 40%
15+
16+
from openalea.core.alea import *
17+
pm = PackageManager()
18+
run_and_display(('Demo.ChangePoint_stat_tool', 'oak_demo'),{},pm=pm)
19+
20+

result

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
value 95 96 97
2+
sample size 46 46 46
3+
mean 2.08696 1.19565 1.63043
4+
variance 0.170048 0.205314 0.282609
5+
standard deviation 0.412369 0.453116 0.53161
6+
mean absolute deviation 0.202268 0.323251 0.493384
7+
coefficient of concentration 0.0584239 0.137945 0.15913
8+
coefficient of skewness 2.64171 2.3056 -0.08945
9+
coefficient of kurtosis 9.96979 4.16166 -1.08981
10+
11+
frequency distribution 95 frequency distribution 96 frequency distribution 97 cumulative distribution 95 function cumulative distribution 96 function cumulative distribution 97 function
12+
0 0 0 0 0 0 0
13+
1 1 38 18 0.0217391 0.826087 0.391304
14+
2 41 7 27 0.913043 0.978261 0.978261
15+
3 3 1 1 0.978261 1 1
16+
4 1 1
17+
18+
Kruskal-Wallis test
19+
chi-square test 2 degrees of freedom
20+
chi-square value 58.1932 critical probability 2.30942e-13
21+
reference chi-square value 5.99146 reference critical probability 0.05
22+
reference chi-square value 9.21034 reference critical probability 0.01

0 commit comments

Comments
 (0)