Spaces:
Running
Running
removed corr vs tc analysis
Browse files
app/app.R
CHANGED
@@ -443,49 +443,49 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
443 |
),
|
444 |
|
445 |
|
446 |
-
tabPanel("KPI (C&T)",
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
),
|
489 |
|
490 |
|
491 |
tabPanel("Payout (Overview)",
|
@@ -524,7 +524,7 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
524 |
),
|
525 |
|
526 |
|
527 |
-
tabPanel("Payout (Rounds)",
|
528 |
|
529 |
br(),
|
530 |
|
@@ -539,7 +539,7 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
539 |
),
|
540 |
|
541 |
|
542 |
-
tabPanel("Payout (Models)",
|
543 |
|
544 |
br(),
|
545 |
|
@@ -916,7 +916,7 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
916 |
- #### **0.2.4** — Added `MMC` to `Payout Sim`
|
917 |
- #### **0.2.5** — Added more features related to MMC
|
918 |
- #### **0.2.6** — Added survey results - Ref: https://forum.numer.ai/t/around-the-world-with-numeratis-survey-for-upcoming-events
|
919 |
-
- #### **0.2.7** — Removed `Payout Simulation`
|
920 |
"),
|
921 |
|
922 |
br(),
|
|
|
443 |
),
|
444 |
|
445 |
|
446 |
+
# tabPanel("KPI (C&T)",
|
447 |
+
#
|
448 |
+
# br(),
|
449 |
+
#
|
450 |
+
# h3(strong(textOutput(outputId = "text_performance_models"))),
|
451 |
+
#
|
452 |
+
# h4(textOutput(outputId = "text_performance_models_note")),
|
453 |
+
#
|
454 |
+
# br(),
|
455 |
+
#
|
456 |
+
# fluidRow(
|
457 |
+
# column(width = 6, plotlyOutput("plot_performance_avg")),
|
458 |
+
# column(width = 6, plotlyOutput("plot_performance_sharpe"))
|
459 |
+
# ),
|
460 |
+
#
|
461 |
+
# br(),
|
462 |
+
# br(),
|
463 |
+
# br(),
|
464 |
+
#
|
465 |
+
# fluidRow(DTOutput("dt_performance_summary"),
|
466 |
+
#
|
467 |
+
# br(),
|
468 |
+
#
|
469 |
+
# markdown("#### **Notes**:
|
470 |
+
#
|
471 |
+
# - **avg_corrV2**: Average `CORRv2`
|
472 |
+
# - **sharpe_corrV2**: Sharpe Ratio of `CORRv2`
|
473 |
+
#
|
474 |
+
# - **avg_tc**: Average True Contribution (`TC`)
|
475 |
+
# - **sharpe_tc**: Sharpe Ratio of True Contribution (`TC`)
|
476 |
+
#
|
477 |
+
# - **avg_2C1T**: Average `2xCORRv2 + 1xTC`
|
478 |
+
# - **sharpe_2C1T**: Sharpe Ratio of `2xCORRv2 + 1xTC`
|
479 |
+
#
|
480 |
+
# "),
|
481 |
+
#
|
482 |
+
# br()
|
483 |
+
# ),
|
484 |
+
#
|
485 |
+
#
|
486 |
+
# br()
|
487 |
+
#
|
488 |
+
# ), # End of KPI (C&T)
|
489 |
|
490 |
|
491 |
tabPanel("Payout (Overview)",
|
|
|
524 |
),
|
525 |
|
526 |
|
527 |
+
tabPanel("Payout Table (Rounds)",
|
528 |
|
529 |
br(),
|
530 |
|
|
|
539 |
),
|
540 |
|
541 |
|
542 |
+
tabPanel("Payout Table (Models)",
|
543 |
|
544 |
br(),
|
545 |
|
|
|
916 |
- #### **0.2.4** — Added `MMC` to `Payout Sim`
|
917 |
- #### **0.2.5** — Added more features related to MMC
|
918 |
- #### **0.2.6** — Added survey results - Ref: https://forum.numer.ai/t/around-the-world-with-numeratis-survey-for-upcoming-events
|
919 |
+
- #### **0.2.7** — Removed `KPI (C&T)` and `Payout Simulation`
|
920 |
"),
|
921 |
|
922 |
br(),
|