android: Update app-specific/MIME type icons
[LibreOffice.git] / sc / uiconfig / scalc / ui / regressiondialog.ui
blob6fa015ea34f5c09a6ee3f177f4e1d0ab341cea8d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="confidencelevel-adjustment">
6 <property name="upper">1</property>
7 <property name="value">0.94999999999999996</property>
8 <property name="step-increment">0.01</property>
9 <property name="page-increment">0.10</property>
10 </object>
11 <object class="GtkDialog" id="RegressionDialog">
12 <property name="can-focus">False</property>
13 <property name="border-width">6</property>
14 <property name="title" translatable="yes" context="regressiondialog|RegressionDialog">Regression</property>
15 <property name="default-width">0</property>
16 <property name="default-height">0</property>
17 <property name="type-hint">dialog</property>
18 <child internal-child="vbox">
19 <object class="GtkBox" id="dialog-vbox1">
20 <property name="can-focus">False</property>
21 <property name="orientation">vertical</property>
22 <property name="spacing">12</property>
23 <child internal-child="action_area">
24 <object class="GtkButtonBox" id="dialog-action_area1">
25 <property name="can-focus">False</property>
26 <property name="layout-style">end</property>
27 <child>
28 <object class="GtkButton" id="ok">
29 <property name="label" translatable="yes" context="stock">_OK</property>
30 <property name="visible">True</property>
31 <property name="can-focus">True</property>
32 <property name="can-default">True</property>
33 <property name="has-default">True</property>
34 <property name="receives-default">True</property>
35 <property name="use-underline">True</property>
36 </object>
37 <packing>
38 <property name="expand">False</property>
39 <property name="fill">True</property>
40 <property name="position">0</property>
41 </packing>
42 </child>
43 <child>
44 <object class="GtkButton" id="cancel">
45 <property name="label" translatable="yes" context="stock">_Cancel</property>
46 <property name="visible">True</property>
47 <property name="can-focus">True</property>
48 <property name="can-default">True</property>
49 <property name="receives-default">True</property>
50 <property name="use-underline">True</property>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">True</property>
55 <property name="position">1</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkButton" id="help">
60 <property name="label" translatable="yes" context="stock">_Help</property>
61 <property name="visible">True</property>
62 <property name="can-focus">True</property>
63 <property name="receives-default">True</property>
64 <property name="use-underline">True</property>
65 </object>
66 <packing>
67 <property name="expand">False</property>
68 <property name="fill">True</property>
69 <property name="position">2</property>
70 <property name="secondary">True</property>
71 </packing>
72 </child>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">True</property>
77 <property name="pack-type">end</property>
78 <property name="position">0</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkFrame" id="frame-data">
83 <property name="visible">True</property>
84 <property name="can-focus">False</property>
85 <property name="label-xalign">0</property>
86 <property name="shadow-type">none</property>
87 <child>
88 <!-- n-columns=3 n-rows=4 -->
89 <object class="GtkGrid" id="grid1">
90 <property name="visible">True</property>
91 <property name="can-focus">False</property>
92 <property name="margin-start">12</property>
93 <property name="margin-end">12</property>
94 <property name="margin-top">6</property>
95 <property name="margin-bottom">6</property>
96 <property name="row-spacing">6</property>
97 <property name="column-spacing">12</property>
98 <child>
99 <object class="GtkLabel" id="variable1-range-label">
100 <property name="visible">True</property>
101 <property name="can-focus">False</property>
102 <property name="label" translatable="yes" context="regressiondialog|variable1-range-label">Independent variable(s) (X) range:</property>
103 <property name="use-underline">True</property>
104 <property name="mnemonic-widget">variable1-range-edit</property>
105 <property name="xalign">0</property>
106 </object>
107 <packing>
108 <property name="left-attach">0</property>
109 <property name="top-attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkEntry" id="variable1-range-edit">
114 <property name="visible">True</property>
115 <property name="can-focus">True</property>
116 <property name="valign">center</property>
117 <property name="hexpand">True</property>
118 <property name="activates-default">True</property>
119 <property name="width-chars">30</property>
120 <property name="truncate-multiline">True</property>
121 <child internal-child="accessible">
122 <object class="AtkObject" id="variable1-range-edit-atkobject">
123 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|variable1-range-edit">Enter a single range that contains multiple independent variable observations (along columns or rows)</property>
124 </object>
125 </child>
126 </object>
127 <packing>
128 <property name="left-attach">1</property>
129 <property name="top-attach">0</property>
130 </packing>
131 </child>
132 <child>
133 <object class="GtkButton" id="variable1-range-button">
134 <property name="visible">True</property>
135 <property name="can-focus">True</property>
136 <property name="receives-default">True</property>
137 </object>
138 <packing>
139 <property name="left-attach">2</property>
140 <property name="top-attach">0</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkLabel" id="variable2-range-label">
145 <property name="visible">True</property>
146 <property name="can-focus">False</property>
147 <property name="label" translatable="yes" context="regressiondialog|variable2-range-label">Dependent variable (Y) range:</property>
148 <property name="use-underline">True</property>
149 <property name="mnemonic-widget">variable2-range-edit</property>
150 <property name="xalign">0</property>
151 </object>
152 <packing>
153 <property name="left-attach">0</property>
154 <property name="top-attach">1</property>
155 </packing>
156 </child>
157 <child>
158 <object class="GtkEntry" id="variable2-range-edit">
159 <property name="visible">True</property>
160 <property name="can-focus">True</property>
161 <property name="valign">center</property>
162 <property name="hexpand">True</property>
163 <property name="activates-default">True</property>
164 <property name="width-chars">30</property>
165 <property name="truncate-multiline">True</property>
166 <child internal-child="accessible">
167 <object class="AtkObject" id="variable2-range-edit-atkobject">
168 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|variable2-range-edit">The range that contains the dependent variable.</property>
169 </object>
170 </child>
171 </object>
172 <packing>
173 <property name="left-attach">1</property>
174 <property name="top-attach">1</property>
175 </packing>
176 </child>
177 <child>
178 <object class="GtkButton" id="variable2-range-button">
179 <property name="visible">True</property>
180 <property name="can-focus">True</property>
181 <property name="receives-default">True</property>
182 </object>
183 <packing>
184 <property name="left-attach">2</property>
185 <property name="top-attach">1</property>
186 </packing>
187 </child>
188 <child>
189 <object class="GtkCheckButton" id="withlabels-check">
190 <property name="label" translatable="yes" context="regressiondialog|withlabels-check">Both X and Y ranges have labels</property>
191 <property name="visible">True</property>
192 <property name="can-focus">True</property>
193 <property name="receives-default">False</property>
194 <property name="halign">start</property>
195 <property name="draw-indicator">True</property>
196 </object>
197 <packing>
198 <property name="left-attach">0</property>
199 <property name="top-attach">2</property>
200 <property name="width">3</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkLabel" id="output-range-label">
205 <property name="visible">True</property>
206 <property name="can-focus">False</property>
207 <property name="label" translatable="yes" context="regressiondialog|output-range-label">Results to:</property>
208 <property name="use-underline">True</property>
209 <property name="mnemonic-widget">output-range-edit</property>
210 <property name="xalign">0</property>
211 </object>
212 <packing>
213 <property name="left-attach">0</property>
214 <property name="top-attach">3</property>
215 </packing>
216 </child>
217 <child>
218 <object class="GtkEntry" id="output-range-edit">
219 <property name="visible">True</property>
220 <property name="can-focus">True</property>
221 <property name="valign">center</property>
222 <property name="hexpand">True</property>
223 <property name="activates-default">True</property>
224 <property name="width-chars">30</property>
225 <property name="truncate-multiline">True</property>
226 <child internal-child="accessible">
227 <object class="AtkObject" id="output-range-edit-atkobject">
228 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|output-range-edit">The reference of the top left cell of the range where the results will be displayed.</property>
229 </object>
230 </child>
231 </object>
232 <packing>
233 <property name="left-attach">1</property>
234 <property name="top-attach">3</property>
235 </packing>
236 </child>
237 <child>
238 <object class="GtkButton" id="output-range-button">
239 <property name="visible">True</property>
240 <property name="can-focus">True</property>
241 <property name="receives-default">True</property>
242 </object>
243 <packing>
244 <property name="left-attach">2</property>
245 <property name="top-attach">3</property>
246 </packing>
247 </child>
248 </object>
249 </child>
250 <child type="label">
251 <object class="GtkLabel" id="label1">
252 <property name="visible">True</property>
253 <property name="can-focus">False</property>
254 <property name="label" translatable="yes" context="regressiondialog|label1">Data</property>
255 <attributes>
256 <attribute name="weight" value="bold"/>
257 </attributes>
258 </object>
259 </child>
260 </object>
261 <packing>
262 <property name="expand">False</property>
263 <property name="fill">True</property>
264 <property name="position">0</property>
265 </packing>
266 </child>
267 <child>
268 <object class="GtkFrame" id="frame-group">
269 <property name="visible">True</property>
270 <property name="can-focus">False</property>
271 <property name="label-xalign">0</property>
272 <property name="shadow-type">none</property>
273 <child>
274 <!-- n-columns=2 n-rows=1 -->
275 <object class="GtkGrid" id="grid2">
276 <property name="visible">True</property>
277 <property name="can-focus">False</property>
278 <property name="margin-start">12</property>
279 <property name="margin-end">12</property>
280 <property name="margin-top">6</property>
281 <property name="margin-bottom">6</property>
282 <property name="row-spacing">6</property>
283 <property name="column-spacing">12</property>
284 <child>
285 <object class="GtkRadioButton" id="groupedby-columns-radio">
286 <property name="label" translatable="yes" context="regressiondialog|groupedby-columns-radio">Columns</property>
287 <property name="visible">True</property>
288 <property name="can-focus">True</property>
289 <property name="receives-default">False</property>
290 <property name="use-underline">True</property>
291 <property name="active">True</property>
292 <property name="draw-indicator">True</property>
293 </object>
294 <packing>
295 <property name="left-attach">0</property>
296 <property name="top-attach">0</property>
297 </packing>
298 </child>
299 <child>
300 <object class="GtkRadioButton" id="groupedby-rows-radio">
301 <property name="label" translatable="yes" context="regressiondialog|groupedby-rows-radio">Rows</property>
302 <property name="visible">True</property>
303 <property name="can-focus">True</property>
304 <property name="receives-default">False</property>
305 <property name="use-underline">True</property>
306 <property name="draw-indicator">True</property>
307 <property name="group">groupedby-columns-radio</property>
308 </object>
309 <packing>
310 <property name="left-attach">1</property>
311 <property name="top-attach">0</property>
312 </packing>
313 </child>
314 </object>
315 </child>
316 <child type="label">
317 <object class="GtkLabel" id="label2">
318 <property name="visible">True</property>
319 <property name="can-focus">False</property>
320 <property name="label" translatable="yes" context="regressiondialog|label2">Grouped by</property>
321 <attributes>
322 <attribute name="weight" value="bold"/>
323 </attributes>
324 </object>
325 </child>
326 </object>
327 <packing>
328 <property name="expand">False</property>
329 <property name="fill">True</property>
330 <property name="position">1</property>
331 </packing>
332 </child>
333 <child>
334 <object class="GtkFrame" id="frame-param">
335 <property name="visible">True</property>
336 <property name="can-focus">False</property>
337 <property name="label-xalign">0</property>
338 <property name="shadow-type">none</property>
339 <child>
340 <!-- n-columns=1 n-rows=3 -->
341 <object class="GtkGrid" id="grid4">
342 <property name="visible">True</property>
343 <property name="can-focus">False</property>
344 <property name="margin-start">12</property>
345 <property name="margin-end">12</property>
346 <property name="margin-top">6</property>
347 <property name="margin-bottom">6</property>
348 <property name="row-spacing">6</property>
349 <property name="column-spacing">12</property>
350 <child>
351 <object class="GtkRadioButton" id="linear-radio">
352 <property name="label" translatable="yes" context="regressiondialog|linear-radio">Linear Regression</property>
353 <property name="visible">True</property>
354 <property name="can-focus">True</property>
355 <property name="receives-default">False</property>
356 <property name="halign">start</property>
357 <property name="valign">center</property>
358 <property name="use-underline">True</property>
359 <property name="active">True</property>
360 <property name="draw-indicator">True</property>
361 <child internal-child="accessible">
362 <object class="AtkObject" id="linear-radio-atkobject">
363 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|linear-radio">Find a straight line in the form of y = a.x + b, where a is the slope and b is the intercept that best fits the data.</property>
364 </object>
365 </child>
366 </object>
367 <packing>
368 <property name="left-attach">0</property>
369 <property name="top-attach">0</property>
370 </packing>
371 </child>
372 <child>
373 <object class="GtkRadioButton" id="logarithmic-radio">
374 <property name="label" translatable="yes" context="regressiondialog|logarithmic-radio">Logarithmic Regression</property>
375 <property name="visible">True</property>
376 <property name="can-focus">True</property>
377 <property name="receives-default">False</property>
378 <property name="halign">start</property>
379 <property name="valign">center</property>
380 <property name="use-underline">True</property>
381 <property name="draw-indicator">True</property>
382 <property name="group">linear-radio</property>
383 <child internal-child="accessible">
384 <object class="AtkObject" id="logarithmic-radio-atkobject">
385 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|logarithmic-radio">Find a logarithmic curve in the form of y = a.ln(x) + b, where a is the slope, b is the intercept and ln(x) is the natural logarithm of x, that best fits the data.</property>
386 </object>
387 </child>
388 </object>
389 <packing>
390 <property name="left-attach">0</property>
391 <property name="top-attach">1</property>
392 </packing>
393 </child>
394 <child>
395 <object class="GtkRadioButton" id="power-radio">
396 <property name="label" translatable="yes" context="regressiondialog|power-radio">Power Regression</property>
397 <property name="visible">True</property>
398 <property name="can-focus">True</property>
399 <property name="receives-default">False</property>
400 <property name="halign">start</property>
401 <property name="valign">center</property>
402 <property name="use-underline">True</property>
403 <property name="draw-indicator">True</property>
404 <property name="group">linear-radio</property>
405 <child internal-child="accessible">
406 <object class="AtkObject" id="power-radio-atkobject">
407 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|power-radio">Find a power curve in the form of y = a.x^b, where a is the coefficient, b is the power that best fits the data.</property>
408 </object>
409 </child>
410 </object>
411 <packing>
412 <property name="left-attach">0</property>
413 <property name="top-attach">2</property>
414 </packing>
415 </child>
416 </object>
417 </child>
418 <child type="label">
419 <object class="GtkLabel" id="label3">
420 <property name="visible">True</property>
421 <property name="can-focus">False</property>
422 <property name="label" translatable="yes" context="regressiondialog|label3">Output Regression Types</property>
423 <attributes>
424 <attribute name="weight" value="bold"/>
425 </attributes>
426 </object>
427 </child>
428 </object>
429 <packing>
430 <property name="expand">False</property>
431 <property name="fill">True</property>
432 <property name="position">2</property>
433 </packing>
434 </child>
435 <child>
436 <object class="GtkFrame" id="frame-options">
437 <property name="visible">True</property>
438 <property name="can-focus">False</property>
439 <property name="label-xalign">0</property>
440 <property name="shadow-type">none</property>
441 <child>
442 <!-- n-columns=2 n-rows=2 -->
443 <object class="GtkGrid" id="grid5">
444 <property name="visible">True</property>
445 <property name="can-focus">False</property>
446 <property name="margin-start">12</property>
447 <property name="row-spacing">6</property>
448 <property name="column-spacing">12</property>
449 <child>
450 <object class="GtkLabel" id="label5">
451 <property name="visible">True</property>
452 <property name="can-focus">False</property>
453 <property name="halign">start</property>
454 <property name="valign">center</property>
455 <property name="label" translatable="yes" context="regressiondialog|label5">Confidence level</property>
456 <property name="mnemonic-widget">confidencelevel-spin</property>
457 </object>
458 <packing>
459 <property name="left-attach">0</property>
460 <property name="top-attach">0</property>
461 </packing>
462 </child>
463 <child>
464 <object class="GtkCheckButton" id="calcresiduals-check">
465 <property name="label" translatable="yes" context="regressiondialog|calcresiduals-check">Calculate residuals</property>
466 <property name="visible">True</property>
467 <property name="can-focus">True</property>
468 <property name="receives-default">False</property>
469 <property name="active">True</property>
470 <property name="draw-indicator">True</property>
471 <child internal-child="accessible">
472 <object class="AtkObject" id="calcresiduals-check-atkobject">
473 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|calcresiduals-check">The residuals give information on how far the actual data points deviate from the predicted data points, based on the regression model.</property>
474 </object>
475 </child>
476 </object>
477 <packing>
478 <property name="left-attach">0</property>
479 <property name="top-attach">1</property>
480 </packing>
481 </child>
482 <child>
483 <object class="GtkSpinButton" id="confidencelevel-spin">
484 <property name="visible">True</property>
485 <property name="can-focus">True</property>
486 <property name="halign">start</property>
487 <property name="valign">center</property>
488 <property name="activates-default">True</property>
489 <property name="text" context="regressiondialog|confidencelevel-spin">0.95</property>
490 <property name="truncate-multiline">True</property>
491 <property name="adjustment">confidencelevel-adjustment</property>
492 <property name="digits">2</property>
493 <property name="numeric">True</property>
494 <property name="value">0.94999999999999996</property>
495 <child internal-child="accessible">
496 <object class="AtkObject" id="confidencelevel-spin-atkobject">
497 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|confidencelevel-spin">A value indicating a confidence level for the calculated prediction interval.</property>
498 </object>
499 </child>
500 </object>
501 <packing>
502 <property name="left-attach">1</property>
503 <property name="top-attach">0</property>
504 </packing>
505 </child>
506 <child>
507 <object class="GtkCheckButton" id="nointercept-check">
508 <property name="label" translatable="yes" context="regressiondialog|nointercept-check">Force intercept to be zero</property>
509 <property name="visible">True</property>
510 <property name="can-focus">True</property>
511 <property name="receives-default">False</property>
512 <property name="draw-indicator">True</property>
513 <child internal-child="accessible">
514 <object class="AtkObject" id="nointercept-check-atkobject">
515 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|nointercept-check">Forces the regression curve to cross the origin.</property>
516 </object>
517 </child>
518 </object>
519 <packing>
520 <property name="left-attach">1</property>
521 <property name="top-attach">1</property>
522 </packing>
523 </child>
524 </object>
525 </child>
526 <child type="label">
527 <object class="GtkLabel" id="label4">
528 <property name="visible">True</property>
529 <property name="can-focus">False</property>
530 <property name="label" translatable="yes" context="regressiondialog|label4">Options</property>
531 <attributes>
532 <attribute name="weight" value="bold"/>
533 </attributes>
534 </object>
535 </child>
536 </object>
537 <packing>
538 <property name="expand">False</property>
539 <property name="fill">True</property>
540 <property name="position">3</property>
541 </packing>
542 </child>
543 <child>
544 <object class="GtkLabel" id="error-message">
545 <property name="visible">True</property>
546 <property name="can-focus">False</property>
547 <property name="wrap">True</property>
548 </object>
549 <packing>
550 <property name="expand">True</property>
551 <property name="fill">True</property>
552 <property name="position">4</property>
553 </packing>
554 </child>
555 </object>
556 </child>
557 <action-widgets>
558 <action-widget response="-5">ok</action-widget>
559 <action-widget response="-6">cancel</action-widget>
560 <action-widget response="-11">help</action-widget>
561 </action-widgets>
562 <child internal-child="accessible">
563 <object class="AtkObject" id="RegressionDialog-atkobject">
564 <property name="AtkObject::accessible-description" translatable="yes" context="regressiondialog|extended_tip|RegressionDialog">Produces the regression analysis of a data set</property>
565 </object>
566 </child>
567 </object>
568 <object class="GtkSizeGroup" id="sizegroup1">
569 <widgets>
570 <widget name="variable1-range-label"/>
571 <widget name="variable2-range-label"/>
572 <widget name="output-range-label"/>
573 <widget name="groupedby-columns-radio"/>
574 </widgets>
575 </object>
576 </interface>