Predicting Mortality of ICU Patients: The PhysioNet/Computing in Cardiology Challenge 2012 1.0.0

function [BUN]=BUN(x)
    
BUN=(1-gaussmf(x,[55 15.26])).*(x>15.26)+(1-gaussmf(x,[13 15.26])).*(x<15.26);