Post slider

Structural Equation Modeling (SEM)
Structural Equation Modeling (SEM)
The Möbius Band: A peculiar geometrical figure
The Möbius Band: A peculiar geometrical figure
Dual-Aspect monism
Dual-Aspect monism
Khecarī mudrā
Khecarī mudrā
Ubiquitous statistical fallacies: Protected versus unprotected pairwise comparisons
Ubiquitous statistical fallacies: Protected versus unprotected pairwise comparisons
WordPress PHP function: HTML select element for posts & pages
Arthur Schopenhauer – Aphorismen zur Lebensweisheit (1851)
Bayesian correlation coefficient
Bayesian correlation coefficient
Fractional Reserve Banking as Economic Parasitism
Fractional Reserve Banking as Economic Parasitism
Horizons (Conference: Perspectives on Psychedelics – New York)
previous arrow
next arrow
Structural Equation Modeling (SEM)
Structural Equation Modeling (SEM)
The Möbius Band: A peculiar geometrical figure
The Möbius Band: A peculiar geometrical figure
Dual-Aspect monism
Dual-Aspect monism
Khecarī mudrā
Khecarī mudrā
Ubiquitous statistical fallacies: Protected versus unprotected pairwise comparisons
Ubiquitous statistical fallacies: Protected versus unprotected pairwise comparisons
WordPress PHP function: HTML select element for posts & pages
WordPress PHP function: HTML select element for posts & pages
Arthur Schopenhauer – Aphorismen zur Lebensweisheit (1851)
Arthur Schopenhauer – Aphorismen zur Lebensweisheit (1851)
Bayesian correlation coefficient
Bayesian correlation coefficient
Fractional Reserve Banking as Economic Parasitism
Fractional Reserve Banking as Economic Parasitism
Horizons (Conference: Perspectives on Psychedelics – New York)
Horizons (Conference: Perspectives on Psychedelics – New York)
The Möbius Band: A peculiar geometrical figure

Visit: http://moebius-band.ga

Code for generating an interactive Möbius band in R (using OpenGL)
library(rgl) # (Murdoch, 2001)
library(plot3D) # (Soetaert, 2014)
# Define parameters
R <- 3
u <- seq(0, 2 * pi, length.out = 100)
v <- seq(-1, 1, length.out = 100)
m <- mesh(u, v)
u <- m$x
v <- m$y
# Möbius strip parametric equations
x <- (R + v/2 * cos(u /2)) * cos(u)
y <- (R + v/2 * cos(u /2)) * sin(u)
# Visualise in 3-dimensional Euclidean space
bg3d(color = "white")
surface3d(x, y, z, color= "red")

icon-file https://christopher-germann.de/wp-content/uploads/A-non-dual-cognitive-neuroscience-perspective1.pdf
(...)

The Möbius Band: A peculiar geometrical figure
Dual-Aspect monism

Visit: http://dual-aspect-monism.cf

Abstract

It is argued that the Möbius band provides a readily communicable conceptual visual metaphor for dual-aspect Monism à la Pauli-Jung. The Pauli-Jung conjecture is particularly relevant in the context of modern neuroscience as most contemporary neuroscientists stipulate prima facie that the brain produces consciousness. However, this perspective is not conclusively supported by empirical evidence. the monistic dual-aspect perspective provides a parsimonious & elegant solution for the mind-body problem and the hard problem of consciousness (viz., the production problem). The symbolism of the Möbius band is particularly interesting from an embodied and grounded cognition perspective.  Specifically, Lakoff’s “conceptual metaphor theory” provides (...)

Dual-Aspect monism
Khecarī mudrā

Khecarī Mudrā (Sanskrit, खेचरी मुद्रा) is an ancient hatha yoga practice performed by placing the tongue above the soft palate and into the nasal cavity. For this purpose the tongue is elongated by gradually cutting through the lingual frenulum, thereby sytematically stretching the tongue on a daily basis for several months. It would be interesting to investigate its effects on unconscious subvocalisations (e.g., via electromyography/EMG) recordings) in the context of the biological evolution of language modules in relation to cognition and consciousness (viz., and specifically its verbal component - the "phonological loop"). Interestingly, a link between subvocalization and schizophrenic hallucinations has been hypothesised.

References

Stephane, M., Barton, S., & Boutros, (...)

Khecarī mudrā
Ubiquitous statistical fallacies: Protected versus unprotected pairwise comparisons

/*!
* Base CSS for pdf2htmlEX
* Copyright 2012,2013 Lu Wang
* https://github.com/coolwanglu/pdf2htmlEX/blob/master/share/LICENSE
*/#sidebar{position:absolute;top:0;left:0;bottom:0;width:250px;padding:0;margin:0;overflow:auto}#page-container{position:absolute;top:0;left:0;margin:0;padding:0;border:0}@media screen{#sidebar.opened+#page-container{left:250px}#page-container{bottom:0;right:0;overflow:auto}.loading-indicator{display:none}.loading-indicator.active{display:block;position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px}.loading-indicator img{position:absolute;top:0;left:0;bottom:0;right:0}}@media print{@page{margin:0}html{margin:0}body{margin:0;-webkit-print-color-adjust:exact}#sidebar{display:none}#page-container{width:auto;height:auto;overflow:visible;background-color:transparent}.d{display:none}}.pf{position:relative;background-color:white;overflow:hidden;margin:0;border:0}.pc{position:absolute;border:0;padding:0;margin:0;top:0;left:0;width:100%;height:100%;overflow:hidden;display:block;transform-origin:0 (...)

Ubiquitous statistical fallacies: Protected versus unprotected pairwise comparisons
WordPress PHP function: HTML select element for posts & pages

/*
WordPress Post & Page Dropdown Menu
http://www.beliefmedia.com/wp-dropdown-menu
*/

function beliefmedia_wp_post_dropdown($atts) {

$atts = shortcode_atts(array(
'status' => 'publish',
'type' => 'page',
'parent' => false,
'exclude' => false,
'author' => false,
'category' => false,
'tags' => false,
'order' => 'DESC', /* ASC/DESC */
'orderby' => 'date',
'format' => false, /* jS F Y, g:iA */
'date' => false,
'number' => false,
'p' => false,
'style' => 'height: 35px;',

/* Form search text */
'text' => 'Select Page',
'length' => false,

/* Style */
'cache' => 3600 * 8,

), $atts);

$transient = 'bmdd_' . md5(serialize($atts));
(...)

Arthur Schopenhauer – Aphorismen zur Lebensweisheit (1851)

/*!
* Base CSS for pdf2htmlEX
* Copyright 2012,2013 Lu Wang
* https://github.com/coolwanglu/pdf2htmlEX/blob/master/share/LICENSE
*/#sidebar{position:absolute;top:0;left:0;bottom:0;width:250px;padding:0;margin:0;overflow:auto}#page-container{position:absolute;top:0;left:0;margin:0;padding:0;border:0}@media screen{#sidebar.opened+#page-container{left:250px}#page-container{bottom:0;right:0;overflow:auto}.loading-indicator{display:none}.loading-indicator.active{display:block;position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px}.loading-indicator img{position:absolute;top:0;left:0;bottom:0;right:0}}@media print{@page{margin:0}html{margin:0}body{margin:0;-webkit-print-color-adjust:exact}#sidebar{display:none}#page-container{width:auto;height:auto;overflow:visible;background-color:transparent}.d{display:none}}.pf{position:relative;background-color:white;overflow:hidden;margin:0;border:0}.pc{position:absolute;border:0;padding:0;margin:0;top:0;left:0;width:100%;height:100%;overflow:hidden;display:block;transform-origin:0 (...)

Bayesian correlation coefficient

Numerical summary for all parameters associated with experimental condition V01 and V11 and their corresponding 95% posterior high density credible intervals.

• ρ (rho): The correlation between experimental condition V00 and V10
• μ1 (mu): The mean of V00
• σ1 (sigma): The scale of V00, a consistent estimate of SD when nu is large.
• μ2 (mu): the mean of V10
• σ1 (sigma): the scale of V10
• ν (nu): The degrees-of-freedom for the bivariate t distribution
• xy_pred: The posterior predictive distribution of V00
• xy_pred: The posterior predictive distribution of V10

Visualisation of the results of the Bayesian correlational analysis for experimental condition V00 and V01 with associated posterior high density credible intervals and marginal posterior predictive plots.

The (...)

Bayesian correlation coefficient
previous arrow
next arrow
Shadow