Martin Klemann
Martin Klemann
This dedicated work on Shapiro-Wilk-Test is exceptional fantastic 🥇 Are there any news to complete the work on the SWT?
Do you need documentation like the other Tests in the package or something more (with more theoretical background or so)?
Some small fixes https://github.com/kalmarek/HypothesisTests.jl/pull/1
Yes, excuse me, I mean TableView.
``` type Book title::String author::String end Book1 = Book("A Masterpiece", "Gabriel") Book2 = Book("Brilliance", "Jens") Book3 = Book("Outstanding", "Frederik") libmod = [Book1, Book2, Book3] @qmlset qmlcontext().libraryModel = ListModel(libmod) ``` But...
I could workaround to show the nuclides in a seprate `ListView` left from the `TableView`. I will try to reproduce your example. Thank you very much for your help.
Any updates on this?