Commit 6f1f255635a580c9ea58d17921faae9e7d21f09a

Authored by Benjamin Renard
1 parent feae2636

Fix help for corelation and covarience functions

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
generic_data/Functions/functions.xml
... ... @@ -102,28 +102,28 @@
102 102 <prompts>
103 103 <prompt>input window time in secs</prompt>
104 104 </prompts>
105   - <info_brief>covariance() function for two params</info_brief>
  105 + <info_brief>covariance() function for two params. The second parameter is resampled to the times of the first one.</info_brief>
106 106 <new_kernel>#covariance</new_kernel>
107 107 </function>
108 108 <function name="pearson_(,,)" args="2" kind="sliding" group="stat">
109 109 <prompts>
110 110 <prompt>input window time in secs</prompt>
111 111 </prompts>
112   - <info_brief>Pearson coefficient of two parameters</info_brief>
  112 + <info_brief>Pearson coefficient of two parameters. The second parameter is resampled to the times of the first one.</info_brief>
113 113 <new_kernel>#pearson</new_kernel>
114 114 </function>
115 115 <function name="kendall_(,,)" args="2" kind="sliding" group="stat">
116 116 <prompts>
117 117 <prompt>input window time in secs</prompt>
118 118 </prompts>
119   - <info_brief>Kendall coefficient of two parameters</info_brief>
  119 + <info_brief>Kendall coefficient of two parameters. The second parameter is resampled to the times of the first one.</info_brief>
120 120 <new_kernel>#kendall</new_kernel>
121 121 </function>
122 122 <function name="spearman_(,,)" args="2" kind="sliding" group="stat">
123 123 <prompts>
124 124 <prompt>input window time in secs</prompt>
125 125 </prompts>
126   - <info_brief>Spearman coefficient of two parameters</info_brief>
  126 + <info_brief>Spearman coefficient of two parameters. The second parameter is resampled to the times of the first one.</info_brief>
127 127 <new_kernel>#spearman</new_kernel>
128 128 </function>
129 129 <!-- <function name="shiftN_(,)" args="1" kind="amda">
... ...