Commit Graph

11243 Commits

Author SHA1 Message Date
Émilie Feral
7d1f254b92 [apps/probability] Reinit the binWidth in the data when the data has
changed

Change-Id: I81748aef8895ae9c8729fe8def9cf3e22668e369
2017-01-09 15:08:53 +01:00
Émilie Feral
453891c0da [apps] Factorize the method textFieldDidReceiveEvent in the abstract
class float parameter controller

Change-Id: I374e46664f6514246fff6378d97ae142c7130ca9
2017-01-09 15:08:53 +01:00
Émilie Feral
434906bbdb [apps/statistics] Update the data model to handle the bin selection and
th window scrolling

Change-Id: Iee2fe9e3f7f11d8b5c146aca9167f36f2d040d83
2017-01-09 15:08:53 +01:00
Émilie Feral
4c66e820d0 [apps/statistics] Handle bin selection in histogram controller
Change-Id: Ie6c8c99087b99b6d16cbdd4463875c187963077f
2017-01-09 15:08:53 +01:00
Émilie Feral
8aff2dac2b [apps] In curve view, distinguish 2 methods to draw discrete histograms
and any histogram

Change-Id: I52cec9a3c063d80b0385f8dded1e3de9f6837fdc
2017-01-09 15:08:53 +01:00
Émilie Feral
40be7c0c05 [apps/statistics] Use the histogram view in the histogram controller
Change-Id: If674d3df6f8cff5c7a49cd718f4f88e9c95baa34
2017-01-09 15:08:53 +01:00
Émilie Feral
aef540efb6 [apps/statistics] Create a histogram view inheriting from cruve view
Change-Id: I7e6d027e50ec040e1fe6ee6354d9275dc3a025d9
2017-01-09 15:08:53 +01:00
Émilie Feral
2b9026db76 [apps/statistics] Improve the data model
Change-Id: I1efa7394a99c1eb397433d493a7ce7cbc162bf1f
2017-01-09 15:08:53 +01:00
Émilie Feral
f34f258caf [apps/statistics] Add a bin width variable in data model
Change-Id: Ie64230acdcb618e8c01f99da03f06801ab9c4152
2017-01-09 15:08:53 +01:00
Émilie Feral
bbe4723218 [apps] Correct error: when drawing curves, ignore NAN values
Change-Id: I9e525f9e3f07e014fd60c88f19d932ad27d2c835
2017-01-09 15:08:53 +01:00
Romain Goyet
025405d01d [ion] Add Ion::crc32
Takes only 32bit values. Uses non-reversed data/input

Change-Id: I8a776064af69047f7a8fa1399cf8a484f42b9b18
2017-01-06 17:22:29 +01:00
Romain Goyet
c1db79b5f9 [ion] Add a backlight namespace
Change-Id: I0b9ec9a1b342d4b949776f0303eca69a28d1de91
2017-01-05 16:00:10 +01:00
Romain Goyet
9b2fecfb12 [ion] Add Ion::usleep
Change-Id: Ife70133410e55c3f0af9a838543042a3da618119
2017-01-05 16:00:01 +01:00
Romain Goyet
7252e3c1f4 [ion] Update the RGB LED pins
Change-Id: I25c116d67cde14a305eb67dfaf5488f8916f9ba5
2017-01-05 15:49:09 +01:00
Émilie Feral
e310d8162a Merge changes Iaf806c1f,I2c54cb11,Iabf36299,I2e2cf0c7,I21a08f18, ...
* changes:
  [apps] Add a margin around the window when drawing curves
  [apps] Use curve view window in the abstract class curve view
  [apps/statistics] Make data model inherit from curve view window
  [apps/probability] Make the model law inherit from curve view window
  [apps/graph/graph] Make the model graph window inherit from curve view window
  [apps] Create an abstract model curve view window
  [apps/graph/graph] When redrawing the curve, slightly exceed the rect to ensure the continuity of the curve
  [apps/graph/graph] Add a banner view in the graph view
  [apps/graph/graph] Create a class banner view
  [apps/probability] Add a pointer to the data model in the histogram controller
  [apps/probability] Improve data controller to delete pairs of data
  [escher] Add a method in even odd editable text cell to access editable text cell
  [apps/probability] Add method in data model (to delete pairs)
  [escher] Correct syntax error
2016-12-27 14:14:59 +01:00
Émilie Feral
819177ae47 Merge changes I9871d3a1,I06051c40,I69eec933,Ic9c1ed5b,I0970343e, ...
* changes:
  [apps/graph/values] Make values controller inherit from editable cell table view controller
  [apps/statistics] Make data controller inherits from editable cell table view controller
  [apps] Create a class editable cell table view controller
  [apps] Factorize app classes by creating a text field delegate app
  [apps/statistics] Use data model to improve data controller
  [apps/statistics] Create a model data
  [escher] Change even odd editable cell constructor
  [apps/graph/value] Use even odd editable pointer cell in values controller instead of title cell
  [escher] Add a class even odd pointer text cell
  [apps] Use even odd editable text cell in values controller
  [escher] Create a even odd editable text cell inheriting from even odd and composing with editable text cell
  [apps] add the stat apps in the container
  [apps/statistics] Create the structure of the stat apps
  [escher] In tab view controller, enable a fourth tab
  [escher] In tab view controller, implement lazy loaded for tab titles
  [apps/probability] Draw continuously law curves
  [apps/probability] Color the integral under the curve
  [apps/probability] Correct dirtyness and layout order
  [apps] Enable to color under curves in curve view
  [apps] In curve view, add a boolean to decide whether to shift the origin label
  [apps/probability] Tidy calculation subclasses in a folder
  [apps/probability] Cap the number of operations
  [apps/probability] Handle edge case
  [liba] add constant INFINITY
  [apps/probability] Change Calculation API (adding heritage)
  [apps/probability] Handle integral calculations
  [apps/probability] Display an error modal when the parameter is out of the domain
  [apps/probability] Improve law density window
  [apps/probability] Compute binomial law in a way to avoid to big integer
  [apps/probability] Draw histograms for discrete laws
  [apps] Correct errors in curve view
  [apps/probability] Improve law models
  [apps/probability] Delete local context
  [liba] Add expf and lgammaf to the math library
2016-12-27 13:52:15 +01:00
Émilie Feral
f00492fb59 [apps] Add a margin around the window when drawing curves
Change-Id: Iaf806c1f9e710dabc89f78b60d1c2985c9659012
2016-12-21 14:50:36 +01:00
Émilie Feral
4d62c6c9bd [apps] Use curve view window in the abstract class curve view
Change-Id: I2c54cb111944f294e00d45244f23cdda9984bf02
2016-12-21 14:50:36 +01:00
Émilie Feral
cda9582a7c [apps/statistics] Make data model inherit from curve view window
Change-Id: Iabf36299d20b17d9ac6fb4ae3a6166513f9a50c7
2016-12-21 14:50:36 +01:00
Émilie Feral
0be1c43f72 [apps/probability] Make the model law inherit from curve view window
Change-Id: I2e2cf0c7a14cb1cb36c5b22c49b604d659d49bc6
2016-12-21 14:50:36 +01:00
Émilie Feral
2f3bfaf209 [apps/graph/graph] Make the model graph window inherit from curve view
window

Change-Id: I21a08f181725800937ec5ee043cc40a0ac301a6a
2016-12-21 14:50:35 +01:00
Émilie Feral
9ce66a254b [apps] Create an abstract model curve view window
Change-Id: Iec94d0d75d03bb7a2a3e7085f38a0732639baff7
2016-12-21 14:50:35 +01:00
Émilie Feral
4e1bd2b477 [apps/graph/graph] When redrawing the curve, slightly exceed the rect to
ensure the continuity of the curve

Change-Id: I7dcdc53dc14819b7bf1327a7ba98d459b3bc9c63
2016-12-21 14:50:35 +01:00
Émilie Feral
ba67ef4a2e [apps/graph/graph] Add a banner view in the graph view
Change-Id: Iafa0dcfc730911264d5b045c14bde54f432f53a2
2016-12-21 14:50:35 +01:00
Émilie Feral
30fb8307bc [apps/graph/graph] Create a class banner view
Change-Id: I76e4f1a4300f631bbd93855bc992beb81bc5fecf
2016-12-21 14:50:27 +01:00
Romain Goyet
86e33b8fdb [poincare] Some level of 1.2E3 support
Change-Id: I9618967de161a553ae35ec6dbcf1486c16dadb0d
2016-12-21 10:13:28 +01:00
Romain Goyet
47b16a06dc [poincare] Parse floats
Change-Id: I3cfc063e1059d3769e1038593e90e6f56c0d7ce1
2016-12-21 10:13:28 +01:00
Romain Goyet
5963345981 [poincare] NULL-termination and Integer parsing
Discard non-10 base handling for now

Change-Id: I487e85a169c7ae5780c83b0bcf3c40bd3daac0fe
2016-12-21 10:13:06 +01:00
Romain Goyet
dd4a3e618f [poincare] Better error handling
We were ignoring yyparse's return value...

Change-Id: I09c44d13440aa578b4748a8119a0d557eec4ef00
2016-12-20 17:25:45 +01:00
Émilie Feral
bd8ecf73db [apps/probability] Add a pointer to the data model in the histogram
controller

Change-Id: I1297e10f1e30133d93e96becfb4bc49eb7a8a28d
2016-12-20 10:14:51 +01:00
Émilie Feral
ef9b47555b [apps/probability] Improve data controller to delete pairs of data
Change-Id: Ifc64250e277c61976c82a91c21a68dd775d7cac0
2016-12-20 10:08:03 +01:00
Émilie Feral
b85ea03b8e [escher] Add a method in even odd editable text cell to access editable
text cell

Change-Id: Ic1c7749dfacb890f6def5f7261ba4cb0659fc1f3
2016-12-20 10:06:40 +01:00
Émilie Feral
e688b91fce [apps/probability] Add method in data model (to delete pairs)
Change-Id: Idff6b1a01c655552d75252551b882f72ba7d6f0d
2016-12-20 10:06:00 +01:00
Émilie Feral
9eb65a374b [escher] Correct syntax error
Change-Id: Ic04ba9bdad1f0b5949c85b7c41fbf4c58688b74c
2016-12-20 10:04:42 +01:00
Émilie Feral
59347f0c84 [apps/graph/values] Make values controller inherit from editable cell
table view controller

Change-Id: I9871d3a1ee062205c8db64ee60ee8aa68761bcd1
2016-12-20 09:31:55 +01:00
Émilie Feral
3ce2c91c7f [apps/statistics] Make data controller inherits from editable cell table
view controller

Change-Id: I06051c40edff8eac8ac326b061bb7e03bf74ef8a
2016-12-20 09:31:51 +01:00
Émilie Feral
38d0310e37 [apps] Create a class editable cell table view controller
Change-Id: I69eec933e0aa47317e7ba48b08dd840309a0adf7
2016-12-19 17:30:36 +01:00
Émilie Feral
983905af59 [apps] Factorize app classes by creating a text field delegate app
Change-Id: Ic9c1ed5ba6eb620389cbe4a009f703ecbfe98c55
2016-12-19 17:30:29 +01:00
Émilie Feral
8668f0c21e [apps/statistics] Use data model to improve data controller
Change-Id: I0970343e434a89c4ccec9f1bdcbcff064d243068
2016-12-19 17:00:50 +01:00
Émilie Feral
4220131160 [apps/statistics] Create a model data
Change-Id: Iad946d1a1bc27aaea985f73d87163e8368206d40
2016-12-19 17:00:49 +01:00
Émilie Feral
4b4aad556f [escher] Change even odd editable cell constructor
Change-Id: I2a4e5223e0806433e2e8ece998e0207dcab10e9e
2016-12-19 17:00:49 +01:00
Émilie Feral
77b9630086 [apps/graph/value] Use even odd editable pointer cell in values
controller instead of title cell

Change-Id: Ic6b2fa6dad45f4d56a6cf0a2d7708894a92c1a96
2016-12-19 17:00:49 +01:00
Émilie Feral
de4ae4a3a8 [escher] Add a class even odd pointer text cell
Change-Id: I843ad6626fff17306ab288e532eba6273a034573
2016-12-19 17:00:49 +01:00
Émilie Feral
3cc4ebf83f [apps] Use even odd editable text cell in values controller
Change-Id: I8d5f6dc7656a50000849de85f5b3ba537756eaf1
2016-12-19 17:00:49 +01:00
Émilie Feral
16a785f135 [escher] Create a even odd editable text cell inheriting from even odd
and composing with editable text cell

Change-Id: I454159402260fe791769859130052e824cb03128
2016-12-19 17:00:49 +01:00
Émilie Feral
6dff4b9a07 [apps] add the stat apps in the container
Change-Id: I89338a609a80cc376a5bdfbe47dadbd3c0ae9f59
2016-12-19 17:00:49 +01:00
Émilie Feral
14b54c1358 [apps/statistics] Create the structure of the stat apps
Change-Id: Iad59fcb3a7343d60621d28225fd4e5ab824fec49
2016-12-19 17:00:43 +01:00
Émilie Feral
31be51143b [escher] In tab view controller, enable a fourth tab
Change-Id: Ifffc59044146ea08f27d00b2c40c692554e609ba
2016-12-19 14:13:13 +01:00
Émilie Feral
ccb34ee949 [escher] In tab view controller, implement lazy loaded for tab titles
Change-Id: I6ad14f2a523c075951cd8ca0382fe90e4b99eb06
2016-12-19 14:13:13 +01:00
Émilie Feral
1f1945fe63 [apps/probability] Draw continuously law curves
Change-Id: I742e46e7ebd7f0cf17d8397c2fe5b250d3a9a558
2016-12-19 14:13:13 +01:00