> For the complete documentation index, see [llms.txt](https://stat.skrnx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stat.skrnx.com/welcome.md).

# Welcome!

{% hint style="danger" %} <mark style="color:red;">This knowledge base is undergoing extensive development.</mark> Some content you found may not be fully written or may be under revision. Please be aware!
{% endhint %}

Welcome to the **Practical Statistics and Machine Learning** knowledge base provided by [TrimLAB](https://trimlab.psu.ac.th/) and collaborators from [Institute of Biomedical Engineering, Prince of Songkla University](https://bmsbme.psu.ac.th/).&#x20;

Our objective here is to summarize practical key points of data analysis, logics, statistics, and machine learning for biomedical science and engineering research. The concepts here is to be concise, math-less, and practice-based. We tried our best to lead you quick but valid to the results.

## License

[Practical Statistics and Machine Learning ](https://stat.skrnx.com/)© 2024 by Thawirasm Jungrungrueang et al is licensed under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International <img src="https://chooser-beta.creativecommons.org/img/cc-logo.f0ab4ebe.svg" alt="" data-size="line"><img src="https://chooser-beta.creativecommons.org/img/cc-by.21b728bb.svg" alt="" data-size="line"><img src="https://chooser-beta.creativecommons.org/img/cc-nc.218f18fc.svg" alt="" data-size="line"><img src="https://chooser-beta.creativecommons.org/img/cc-sa.d1572b71.svg" alt="" data-size="line">](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)

{% hint style="warning" %}
This license requires that reusers give credit to the creator. It allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, for noncommercial purposes only. If others modify or adapt the material, they must license the modified material under identical terms.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://stat.skrnx.com/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
